--- 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;