Commit 9d9679d9 authored by Stefan Behnel's avatar Stefan Behnel

remove outdated comment

parent d7406d0d
......@@ -9667,7 +9667,6 @@ class CmpNode(object):
if result:
cascade = self.cascade
if cascade:
# FIXME: I bet this must call cascaded_compile_time_value()
result = result and cascade.cascaded_compile_time_value(operand2, denv)
return result
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment