Removed unused variables

This commit is contained in:
Salvo 'LtWorf' Tomaselli 2015-07-09 23:32:46 +02:00
parent 494469e10c
commit f5e8e442a0

View File

@ -34,9 +34,6 @@ RELATION = parser.RELATION
UNARY = parser.UNARY
BINARY = parser.BINARY
b_operators = parser.b_operators
u_operators = parser.u_operators
op_functions = parser.op_functions
node = parser.node
tokenize = parser.tokenize