remove un-implemented method
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Fri, 11 May 2007 10:10:46 +0200
changeset 576 98be99dc0c02
parent 575 0aed94fb81b8
child 577 a700b8761829
remove un-implemented method
src/internet-node/l3-demux.h
--- a/src/internet-node/l3-demux.h	Fri May 11 09:55:59 2007 +0200
+++ b/src/internet-node/l3-demux.h	Fri May 11 10:10:46 2007 +0200
@@ -79,13 +79,6 @@
    * It is also called from InternetNode::GetIpv4 for example.
    */
   Ptr<L3Protocol> GetProtocol (int protocolNumber);
-  /**
-   * \param protocol protocol to remove from this demux.
-   *
-   * The input value to this method should be the value
-   * returned from the L3Protocol::Insert method.
-   */
-  void Erase(Ptr<L3Protocol> protocol);
 protected:
   virtual void DoDispose (void);
 private: