bindings/python/ns3modulegen.py
changeset 4090 3dda1049f0d8
parent 3916 a1e72a0595a6
child 4105 ce8be572c4d4
--- a/bindings/python/ns3modulegen.py	Wed Jan 14 12:46:06 2009 +0000
+++ b/bindings/python/ns3modulegen.py	Wed Jan 14 15:35:42 2009 +0000
@@ -137,7 +137,7 @@
             root_module.classes.remove(root_module['ns3::%s' % clsname])
 
     if 'RealTime' not in enabled_features:
-        for clsname in ['WallClockSynchronizer', 'RealtimeSimulatorImpl', 'RealtimeEventLock']:
+        for clsname in ['WallClockSynchronizer', 'RealtimeSimulatorImpl']:
             root_module.classes.remove(root_module['ns3::%s' % clsname])
         root_module.enums.remove(root_module['ns3::RealtimeSimulatorImpl::SynchronizationMode'])