Commit 0cbc0f43 authored by Stefan Behnel's avatar Stefan Behnel

fix build

parent c11f0bad
...@@ -373,8 +373,6 @@ class MethodDispatcherTransform(EnvTransform): ...@@ -373,8 +373,6 @@ class MethodDispatcherTransform(EnvTransform):
* builtin methods: _handle_(general|simple|any)_method_TYPENAME_METHODNAME * builtin methods: _handle_(general|simple|any)_method_TYPENAME_METHODNAME
""" """
# only visit call nodes # only visit call nodes
visit_Node = VisitorTransform.recurse_to_children
def visit_GeneralCallNode(self, node): def visit_GeneralCallNode(self, node):
self.visitchildren(node) self.visitchildren(node)
function = node.function function = node.function
......
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