src/core/model/synchronizer.cc
changeset 9138 967a214aeb54
parent 9134 7a750f032acd
child 10410 4d4eb8097fa3
--- a/src/core/model/synchronizer.cc	Tue Nov 13 14:24:27 2012 +0100
+++ b/src/core/model/synchronizer.cc	Tue Nov 13 15:02:39 2012 +0100
@@ -28,7 +28,6 @@
 TypeId 
 Synchronizer::GetTypeId (void)
 {
-  NS_LOG_FUNCTION_NOARGS ();
   static TypeId tid = TypeId ("ns3::Synchronizer")
     .SetParent<Object> ()
   ;