src/core/model/simulator.cc
changeset 7018 cdc649de29f5
parent 6999 dd78264fda2d
child 7169 358f71a624d8
--- a/src/core/model/simulator.cc	Mon Apr 11 15:38:09 2011 +0200
+++ b/src/core/model/simulator.cc	Mon Apr 11 16:39:59 2011 +0200
@@ -51,14 +51,6 @@
   TypeIdValue (MapScheduler::GetTypeId ()),
   MakeTypeIdChecker ());
 
-
-#ifdef NS3_LOG_ENABLE
-
-//
-// Note:  Calls that take TimePrinter as a parameter are defined as nothing
-// in the logging module if NS3_LOG_ENABLE is not defined.
-// 
-
 static void
 TimePrinter (std::ostream &os)
 {
@@ -78,8 +70,6 @@
     }
 }
 
-#endif /* NS3_LOG_ENABLE */
-
 static SimulatorImpl **PeekImpl (void)
 {
   static SimulatorImpl *impl = 0;