no need for stupid ifdef anymore
authorMathieu Lacage <mathieu.lacage@inria.fr>
Mon, 11 Apr 2011 16:39:59 +0200
changeset 7018 cdc649de29f5
parent 7017 f288fc1bb2be
child 7020 c6c08d1e52d9
no need for stupid ifdef anymore
src/core/model/simulator.cc
--- 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;