Selaa lähdekoodia

Removed useless statement from rules/factors.

Sander Mathijs van Veen 14 vuotta sitten
vanhempi
sitoutus
d7b3107f03
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      src/rules/factors.py

+ 0 - 2
src/rules/factors.py

@@ -13,8 +13,6 @@ def match_expand(node):
     """
     assert node.is_op(OP_MUL)
 
-    scope = node.get_scope()
-
     p = []
     leaves = []
     additions = []