Removed useless statement from rules/factors.

parent b47f8fee
...@@ -13,8 +13,6 @@ def match_expand(node): ...@@ -13,8 +13,6 @@ def match_expand(node):
""" """
assert node.is_op(OP_MUL) assert node.is_op(OP_MUL)
scope = node.get_scope()
p = [] p = []
leaves = [] leaves = []
additions = [] additions = []
......
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