From c5ffe4c9dc99c2ff7d8130407d63655f4c18c71f Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Mon, 31 Mar 2008 13:41:09 -0700 Subject: [PATCH] remove dead comment --- examples/simple-global-routing.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/simple-global-routing.cc b/examples/simple-global-routing.cc index 179a2faf8..64ba1d1d9 100644 --- a/examples/simple-global-routing.cc +++ b/examples/simple-global-routing.cc @@ -152,7 +152,6 @@ main (int argc, char *argv[]) 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));