remove useless assignments

This commit is contained in:
Mathieu Lacage
2007-05-11 09:11:49 +02:00
parent 720fae1bbe
commit bc15f7157e

View File

@@ -173,11 +173,6 @@ int main (int argc, char *argv[])
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