examples/csma-multicast.cc
changeset 2533 80cdc3eec057
parent 2502 50d0da37f02f
child 2575 1aae382e65e2
--- a/examples/csma-multicast.cc	Sun Mar 02 21:12:21 2008 +0100
+++ b/examples/csma-multicast.cc	Sun Mar 02 21:57:28 2008 +0100
@@ -93,12 +93,7 @@
 #endif
 //
 // Set up default values for the simulation.  Use the DefaultValue::Bind()
-// technique to tell the system what subclass of Queue to use.  The Bind
-// command command tells the queue factory which class to instantiate when the
-// queue factory is invoked in the topology code
-//
-  DefaultValue::Bind ("Queue", "DropTailQueue");
-//
+
 // Allow the user to override any of the defaults and the above Bind() at
 // run-time, via command-line arguments
 //