From fd2cf07d30296a5e3443a7f2bdc15003a3e380cc Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Mon, 21 Jul 2008 11:43:05 +0100 Subject: [PATCH] python scanning: remove redundant incref/decref_method annotations --- bindings/python/ns3modulescan.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bindings/python/ns3modulescan.py b/bindings/python/ns3modulescan.py index 978069b2b..3a460d953 100644 --- a/bindings/python/ns3modulescan.py +++ b/bindings/python/ns3modulescan.py @@ -52,14 +52,10 @@ type_annotations = { 'ignore': None, }, '::ns3::AttributeChecker': { - 'incref_method': 'Ref', - 'decref_method': 'Unref', 'automatic_type_narrowing': 'true', 'allow_subclassing': 'false', }, '::ns3::AttributeValue': { - 'incref_method': 'Ref', - 'decref_method': 'Unref', 'automatic_type_narrowing': 'true', 'allow_subclassing': 'false', },