removed dead comment
authorStefan Behnel <scoder@users.berlios.de>
Sat, 24 Oct 2009 09:30:00 +0000 (11:30 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 24 Oct 2009 09:30:00 +0000 (11:30 +0200)
Cython/Compiler/Optimize.py

index a08399ff1c05b99e430cf1f704ffe7b8d115916a..b2d0b1f963b7c8e065dcb9f2d93e7881c01d401d 100644 (file)
@@ -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,