removed experimental slots
authorHilton Bristow <hilton.bristow@gmail.com>
Thu, 27 Mar 2014 04:58:53 +0000 (14:58 +1000)
committerHilton Bristow <hilton.bristow@gmail.com>
Thu, 27 Mar 2014 04:58:53 +0000 (14:58 +1000)
modules/matlab/generator/parse_tree.py

index 7dfb6c1..a6a146a 100644 (file)
@@ -311,7 +311,6 @@ class Constant(object):
     ref     is the constant a reference? ('*'/'&')
     default default value, required for constants
     """
-    __slots__ = ['name', 'clss', 'tp', 'ref', 'const', 'default']
     def __init__(self, name='', clss='', tp='', const=False, ref='', default=''):
         self.name = name
         self.clss = clss