Commit 7e8fc267 authored by Robert Bradshaw's avatar Robert Bradshaw

Undo redundant fix.

parent d9316a64
......@@ -1125,11 +1125,9 @@ class FusedTypeNode(CBaseTypeNode):
class CConstTypeNode(CBaseTypeNode):
# name string
# base_type CBaseTypeNode
child_attrs = ["base_type"]
name = 'const'
def analyse(self, env, could_be_name = False):
base = self.base_type.analyse(env, could_be_name)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment