From: Stefan Behnel Date: Sat, 24 Oct 2009 09:30:00 +0000 (+0200) Subject: removed dead comment X-Git-Tag: 0.13.beta0~2^2~119^2~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c8a8b35c5de9b29cdab640582ff24b7948a59af6;p=cython.git removed dead comment --- diff --git a/Cython/Compiler/Optimize.py b/Cython/Compiler/Optimize.py index a08399ff..b2d0b1f9 100644 --- a/Cython/Compiler/Optimize.py +++ b/Cython/Compiler/Optimize.py @@ -1060,7 +1060,6 @@ class OptimizeBuiltinCalls(Visitor.VisitorTransform): self_arg, "PyExc_AttributeError", "'NoneType' object has no attribute '%s'" % attr_name) args[0] = self_arg - # FIXME: args[0] may need a runtime None check (ticket #166) return ExprNodes.PythonCapiCallNode( node.pos, name, func_type, args = args,