From 74bb35e34faaff55fdfff4c834677cdafca4f8ef Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 23 Feb 2010 18:22:04 +0100 Subject: [PATCH] removed apparently dead comment --- Cython/Compiler/ExprNodes.py | 3 --- 1 file changed, 3 deletions(-) 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 = """ -- 2.26.2