From a10c936db212d5d95c7f6288bb3931ff1023a3cc Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Mon, 11 Apr 2011 16:39:59 +0200 Subject: [PATCH] no need for stupid ifdef anymore --- src/core/model/simulator.cc | 10 ---------- 1 file changed, 10 deletions(-) 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;