changeset 4225 | f1d873a81159 |
parent 4218 | debf1a8a96d3 |
--- a/examples/first.cc Thu Jan 22 14:10:40 2009 -0500 +++ b/examples/first.cc Thu Jan 22 14:11:09 2009 -0500 @@ -29,9 +29,6 @@ LogComponentEnable("UdpEchoClientApplication", LOG_LEVEL_INFO); LogComponentEnable("UdpEchoServerApplication", LOG_LEVEL_INFO); - uint32_t seed[6] = {1, 1, 2, 3, 5, 8}; - SeedManager::SetSeed(seed); - NodeContainer nodes; nodes.Create (2);