Remove 2.1 for_iter duplication

This commit is contained in:
rocky
2018-01-09 03:19:34 -05:00
parent 8e6f1a5135
commit d66fedb921

View File

@@ -13,7 +13,6 @@ class Python21Parser(Python22Parser):
def p_forstmt21(self, args):
"""
for_iter ::= LOAD_CONST FOR_LOOP
for ::= SETUP_LOOP expr for_iter store
returns
POP_BLOCK COME_FROM