diff --git a/src/core/bindings/modulegen__gcc_ILP32.py b/src/core/bindings/modulegen__gcc_ILP32.py index a90cb15fa..6c90e36ca 100644 --- a/src/core/bindings/modulegen__gcc_ILP32.py +++ b/src/core/bindings/modulegen__gcc_ILP32.py @@ -1427,11 +1427,6 @@ def register_Ns3TypeId_methods(root_module, cls): 'bool', [], is_const=True) - ## type-id.h (module 'core'): static void ns3::TypeId::ResetInitialValues() [member function] - cls.add_method('ResetInitialValues', - 'void', - [], - is_static=True) ## type-id.h (module 'core'): bool ns3::TypeId::SetAttributeInitialValue(uint32_t i, ns3::Ptr initialValue) [member function] cls.add_method('SetAttributeInitialValue', 'bool', diff --git a/src/core/bindings/modulegen__gcc_LP64.py b/src/core/bindings/modulegen__gcc_LP64.py index 750337fdf..3789b679d 100644 --- a/src/core/bindings/modulegen__gcc_LP64.py +++ b/src/core/bindings/modulegen__gcc_LP64.py @@ -1427,11 +1427,6 @@ def register_Ns3TypeId_methods(root_module, cls): 'bool', [], is_const=True) - ## type-id.h (module 'core'): static void ns3::TypeId::ResetInitialValues() [member function] - cls.add_method('ResetInitialValues', - 'void', - [], - is_static=True) ## type-id.h (module 'core'): bool ns3::TypeId::SetAttributeInitialValue(uint32_t i, ns3::Ptr initialValue) [member function] cls.add_method('SetAttributeInitialValue', 'bool', diff --git a/src/core/model/type-id.h b/src/core/model/type-id.h index 5c17251fc..32f129f09 100644 --- a/src/core/model/type-id.h +++ b/src/core/model/type-id.h @@ -68,12 +68,6 @@ public: ns3::Ptr accessor; }; - /** - * Reset the initial value of every attribute to the one - * that was specified by the associated object implementation. - */ - static void ResetInitialValues(void); - /** * \param name the name of the requested TypeId * \returns the unique id associated with the requested