From: Stefan Behnel Date: Tue, 15 Sep 2009 12:26:45 +0000 (+0200) Subject: remove redundant transformation run X-Git-Tag: 0.12.alpha0~197 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=545ff4b88d107a3819d4f0e4ef07e38e1a5c188b;p=cython.git remove redundant transformation run --- diff --git a/Cython/Compiler/Main.py b/Cython/Compiler/Main.py index 7d1a014e..1542347e 100644 --- a/Cython/Compiler/Main.py +++ b/Cython/Compiler/Main.py @@ -132,7 +132,6 @@ class Context(object): _check_c_declarations, AnalyseExpressionsTransform(self), OptimizeBuiltinCalls(), - ConstantFolding(), IterationTransform(), SwitchTransform(), FinalOptimizePhase(self),