From 9be459e22f0466547bcd0bf9d687402f294895fa Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Fri, 11 May 2007 10:10:46 +0200 Subject: [PATCH] remove un-implemented method --- src/internet-node/l3-demux.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/internet-node/l3-demux.h b/src/internet-node/l3-demux.h index 18f1cd962..7774a165e 100644 --- a/src/internet-node/l3-demux.h +++ b/src/internet-node/l3-demux.h @@ -79,13 +79,6 @@ public: * It is also called from InternetNode::GetIpv4 for example. */ Ptr 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 protocol); protected: virtual void DoDispose (void); private: