Commit 5ef2899e authored by Robert Bradshaw's avatar Robert Bradshaw

remove debug statement

parent 460802bc
......@@ -2834,7 +2834,7 @@ class ListNode(SequenceNode):
self.result(),
i,
arg.result()))
elif self.type.is_struct or 1:
elif self.type.is_struct:
for arg, member in zip(self.args, self.type.scope.var_entries):
code.putln("%s.%s = %s;" % (
self.result(),
......
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