Small Python 2 grammar reduction

This commit is contained in:
rocky
2017-11-28 11:18:11 -05:00
parent 1a137780ad
commit 05ab491d2e
3 changed files with 1 additions and 2 deletions

View File

@@ -104,7 +104,6 @@ class Python2Parser(PythonParser):
mapexpr ::= BUILD_MAP kvlist
classdef ::= buildclass designator
buildclass ::= LOAD_CONST expr mkfunc