mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Remove unnecessary line
This commit is contained in:
parent
cfb9dee941
commit
881a33a427
1 changed files with 0 additions and 1 deletions
|
@ -646,7 +646,6 @@ class parser(object):
|
|||
if tok0 == '-':
|
||||
self.NextToken()
|
||||
if self.tok[0] in ('INTEGER_VALUE', 'FLOAT_VALUE'):
|
||||
tok0 = self.tok[0]
|
||||
val = self.tok[1]
|
||||
self.NextToken()
|
||||
return {'nt':CONST, 't':'integer' if type(val) == int else 'float', 'value':-val}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue