From: Stefan Behnel Date: Tue, 23 Feb 2010 17:22:04 +0000 (+0100) Subject: removed apparently dead comment X-Git-Tag: 0.13.beta0~319^2~17 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=74bb35e34faaff55fdfff4c834677cdafca4f8ef;p=cython.git removed apparently dead comment --- diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py index fcd1970f..86520b16 100755 --- a/Cython/Compiler/ExprNodes.py +++ b/Cython/Compiler/ExprNodes.py @@ -6518,9 +6518,6 @@ requires = [raise_noneindex_error_utility_code]) #------------------------------------------------------------------------------------ -# If the is_unsigned flag is set, we need to do some extra work to make -# sure the index doesn't become negative. - getitem_int_utility_code = UtilityCode( proto = """