Commit 311c0b12 authored by Stefan Behnel's avatar Stefan Behnel

undo accidental commit

parent 213986a7
......@@ -2148,10 +2148,6 @@ class RemoveUnreachableCode(CythonTransform):
break
return node
def visit_PassStatNode(self, _):
# just in case
return None
def visit_IfClauseNode(self, node):
self.visitchildren(node)
if node.body.is_terminator:
......
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