Commit 960bfa1c authored by Stefan Behnel's avatar Stefan Behnel

remove method dispatch on CascadedCmpNode: currently fails to handle first (inherited) operand

parent 4efe2844
......@@ -495,9 +495,6 @@ class MethodDispatcherTransform(EnvTransform):
def visit_PrimaryCmpNode(self, node):
return self._visit_binop_node(node)
def visit_CascadedCmpNode(self, node):
return self._visit_binop_node(node)
def visit_BinopNode(self, node):
return self._visit_binop_node(node)
......
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