fix warning on unused utility code after enumerate() optimisation
authorStefan Behnel <scoder@users.berlios.de>
Sat, 16 May 2009 08:28:19 +0000 (10:28 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 16 May 2009 08:28:19 +0000 (10:28 +0200)
commitaf0741b777016b3cd298b1c7b8c6249ef3674067
tree02c68861e2b0eb8dec2da49a933542aa5a46a410
parent3aecc982c7c9583c23ac75824a008ffbf1f1e710
fix warning on unused utility code after enumerate() optimisation
Cython/Compiler/ExprNodes.py