Removed unused variables
This commit is contained in:
parent
494469e10c
commit
f5e8e442a0
@ -34,9 +34,6 @@ RELATION = parser.RELATION
|
|||||||
UNARY = parser.UNARY
|
UNARY = parser.UNARY
|
||||||
BINARY = parser.BINARY
|
BINARY = parser.BINARY
|
||||||
|
|
||||||
|
|
||||||
b_operators = parser.b_operators
|
|
||||||
u_operators = parser.u_operators
|
|
||||||
op_functions = parser.op_functions
|
op_functions = parser.op_functions
|
||||||
node = parser.node
|
node = parser.node
|
||||||
tokenize = parser.tokenize
|
tokenize = parser.tokenize
|
||||||
|
Loading…
x
Reference in New Issue
Block a user