remove dead comment
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 31 Mar 2008 13:41:09 -0700
changeset 2818 e949c567019c
parent 2817 edb3d28c7f9a
child 2819 452b1fb20d3c
remove dead comment
examples/simple-global-routing.cc
--- a/examples/simple-global-routing.cc	Mon Mar 31 13:25:01 2008 -0700
+++ b/examples/simple-global-routing.cc	Mon Mar 31 13:41:09 2008 -0700
@@ -152,7 +152,6 @@
   apps.Stop (Seconds (10.0));
 
   // Create a packet sink to receive these packets
-  // The last argument "true" disables output from the Receive callback
   PacketSinkHelper sink;
   sink.SetupUdp (Ipv4Address::GetAny (), port);
   apps = sink.Build (c.Get (3));