remove old crap
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 14 May 2007 13:04:59 +0200
changeset 620 a6345dd3053d
parent 619 528f0554b677
child 621 4ef52d1d89f3
remove old crap
src/node/queue.h
--- a/src/node/queue.h	Mon May 14 12:59:44 2007 +0200
+++ b/src/node/queue.h	Mon May 14 13:04:59 2007 +0200
@@ -117,9 +117,7 @@
   static void Add (const std::string &name);
   static void AddDefault (const std::string &name);
 private:
-  typedef std::list<std::pair<Queue *,std::string> > List;
   static StringEnumDefaultValue *GetDefault (void);
-  static List *GetList (void);
 };
 
 }; // namespace ns3