remove useless assignments
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Fri, 11 May 2007 09:11:49 +0200
changeset 572 8776da5b61cc
parent 571 ac324a1cba74
child 573 0da9201a048e
remove useless assignments
examples/simple-p2p.cc
--- a/examples/simple-p2p.cc	Fri May 11 08:59:49 2007 +0200
+++ b/examples/simple-p2p.cc	Fri May 11 09:11:49 2007 +0200
@@ -173,11 +173,6 @@
   ipv4->SetDefaultRoute (Ipv4Address ("10.1.1.2"), 1);
   ipv4 = n3->QueryInterface<IIpv4> (IIpv4::iid);
   ipv4->SetDefaultRoute (Ipv4Address ("10.1.3.1"), 1);
-
-  n0 = 0;
-  n1 = 0;
-  n2 = 0;
-  n3 = 0;
   
   // Configure tracing of all enqueue, dequeue, and NetDevice receive events
   // Trace output will be sent to the simple-p2p.tr file