From 545ff4b88d107a3819d4f0e4ef07e38e1a5c188b Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 15 Sep 2009 14:26:45 +0200 Subject: [PATCH] remove redundant transformation run --- Cython/Compiler/Main.py | 1 - 1 file changed, 1 deletion(-) 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), -- 2.26.2