python scanning: remove redundant incref/decref_method annotations
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Mon, 21 Jul 2008 11:43:05 +0100
changeset 3467 351f5847dda5
parent 3466 cbf5120f5eb6
child 3468 0bb5275704fc
python scanning: remove redundant incref/decref_method annotations
bindings/python/ns3modulescan.py
--- a/bindings/python/ns3modulescan.py	Sun Jul 20 07:59:21 2008 -0700
+++ b/bindings/python/ns3modulescan.py	Mon Jul 21 11:43:05 2008 +0100
@@ -52,14 +52,10 @@
         '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',
         },