removed experimental slots

pull/2403/head
Hilton Bristow 11 years ago
parent fc696a9ff3
commit 61c22d5899
  1. 1
      modules/matlab/generator/parse_tree.py

@ -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

Loading…
Cancel
Save