diff --git a/bindings/python/ns3_module_node.py b/bindings/python/ns3_module_node.py index 4f6cd1e5e..8fa22046a 100644 --- a/bindings/python/ns3_module_node.py +++ b/bindings/python/ns3_module_node.py @@ -1056,11 +1056,6 @@ def register_Ns3Mac48Address_methods(root_module, cls): 'bool', [param('ns3::Address const &', 'address')], is_static=True) - ## mac48-address.h: bool ns3::Mac48Address::IsMulticast() const [member function] - cls.add_method('IsMulticast', - 'bool', - [], - is_const=True) return def register_Ns3Mac64Address_methods(root_module, cls):