From 8d45909678e09fd0f54e97d131f09b1af7fc136e Mon Sep 17 00:00:00 2001 From: Raj Bhattacharjea Date: Wed, 28 Jan 2009 13:35:47 -0500 Subject: [PATCH] Update the bindings for GetSeed change --- bindings/python/ns3_module_core.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bindings/python/ns3_module_core.py b/bindings/python/ns3_module_core.py index 4190a7369..489d0424d 100644 --- a/bindings/python/ns3_module_core.py +++ b/bindings/python/ns3_module_core.py @@ -667,11 +667,6 @@ def register_Ns3SeedManager_methods(root_module, cls): 'void', [param('uint32_t', 'seed')], is_static=True) - ## random-variable.h: static uint32_t ns3::SeedManager::GetSeed() [member function] - cls.add_method('GetSeed', - 'uint32_t', - [], - is_static=True) ## random-variable.h: static void ns3::SeedManager::SetSeed(uint32_t * seed) [member function] cls.add_method('SetSeed', 'void',