Commit ab07c436 authored by Stefan Behnel's avatar Stefan Behnel

cleanup

parent 62cb882e
...@@ -2975,7 +2975,6 @@ class ConstantFolding(Visitor.VisitorTransform, SkipDeclarations): ...@@ -2975,7 +2975,6 @@ class ConstantFolding(Visitor.VisitorTransform, SkipDeclarations):
new_node.value = node.constant_result new_node.value = node.constant_result
else: else:
new_node.value = str(node.constant_result) new_node.value = str(node.constant_result)
#new_node = new_node.coerce_to(node.type, self.current_scope)
return new_node return new_node
def visit_PrimaryCmpNode(self, node): def visit_PrimaryCmpNode(self, node):
......
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