remove dead comment

This commit is contained in:
Mathieu Lacage
2008-03-31 13:41:09 -07:00
parent a053ff6896
commit c5ffe4c9dc

View File

@@ -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));