Commit 2c07a95a authored by Stefan Behnel's avatar Stefan Behnel

remove dead code

parent e006b5f3
......@@ -406,7 +406,6 @@ class SimpleAssignmentTypeInferer(object):
infer_name_node_type(node)
# Resolve assmt
inferred_type = assmt.infer_type()
done = False
assmts_resolved.add(assmt)
resolved.add(assmt)
assignments.difference_update(resolved)
......
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