From: Stefan Behnel Date: Fri, 12 Nov 2010 16:49:19 +0000 (+0100) Subject: cleanup X-Git-Tag: 0.14.alpha0~168 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ab07c4367dc7e836fc12a90716949a1582879182;p=cython.git cleanup --- diff --git a/Cython/Compiler/Optimize.py b/Cython/Compiler/Optimize.py index c1ca6173..1039053a 100644 --- a/Cython/Compiler/Optimize.py +++ b/Cython/Compiler/Optimize.py @@ -2975,7 +2975,6 @@ class ConstantFolding(Visitor.VisitorTransform, SkipDeclarations): new_node.value = node.constant_result else: new_node.value = str(node.constant_result) - #new_node = new_node.coerce_to(node.type, self.current_scope) return new_node def visit_PrimaryCmpNode(self, node):