projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99da1f3
)
remove redundant transformation run
author
Stefan Behnel
<scoder@users.berlios.de>
Tue, 15 Sep 2009 12:26:45 +0000
(14:26 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Tue, 15 Sep 2009 12:26:45 +0000
(14:26 +0200)
Cython/Compiler/Main.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Main.py
b/Cython/Compiler/Main.py
index 7d1a014e0ef92f4ff766ddf19a56dd8f97743847..1542347ea1b3985bcbd6ee84b6af543d9c777880 100644
(file)
--- 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),