You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Remove unused rule...
found by test_grammar.py
This commit is contained in:
@@ -333,9 +333,6 @@ class Python3Parser(PythonParser):
|
|||||||
"""
|
"""
|
||||||
stmt ::= if_expr_lambda
|
stmt ::= if_expr_lambda
|
||||||
|
|
||||||
# If statement inside a loop:
|
|
||||||
lastl_stmt ::= ifstmtl
|
|
||||||
|
|
||||||
stmt ::= conditional_not_lambda
|
stmt ::= conditional_not_lambda
|
||||||
if_expr_lambda ::= expr jmp_false expr return_if_lambda
|
if_expr_lambda ::= expr jmp_false expr return_if_lambda
|
||||||
return_stmt_lambda LAMBDA_MARKER
|
return_stmt_lambda LAMBDA_MARKER
|
||||||
|
Reference in New Issue
Block a user