From ee4bc2114007eec2b99fe33b551d7a5b3d832ac6 Mon Sep 17 00:00:00 2001 From: John Abraham Date: Thu, 24 May 2012 03:02:51 -0400 Subject: [PATCH] NetAnim: Remove obsolete usage --- src/netanim/examples/grid-animation.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/netanim/examples/grid-animation.cc b/src/netanim/examples/grid-animation.cc index 762772459..49032fed1 100644 --- a/src/netanim/examples/grid-animation.cc +++ b/src/netanim/examples/grid-animation.cc @@ -88,11 +88,7 @@ int main (int argc, char *argv[]) // Set up the actual simulation Ipv4GlobalRoutingHelper::PopulateRoutingTables (); - std::cout << "Running the simulation" << std::endl; Simulator::Run (); - std::cout << "Destroying the simulation" << std::endl; Simulator::Destroy (); - std::cout << "Stopping the animation" << std::endl; - anim.StopAnimation (); return 0; }