diff --git a/src/core/model/simulator.cc b/src/core/model/simulator.cc index a001148a2..e517efaa0 100644 --- a/src/core/model/simulator.cc +++ b/src/core/model/simulator.cc @@ -51,14 +51,6 @@ GlobalValue g_schedTypeImpl = GlobalValue ("SchedulerType", 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 @@ NodePrinter (std::ostream &os) } } -#endif /* NS3_LOG_ENABLE */ - static SimulatorImpl **PeekImpl (void) { static SimulatorImpl *impl = 0;