mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Remove extra code.
This commit is contained in:
parent
f6b472133a
commit
9cb02839bc
1 changed files with 1 additions and 1 deletions
|
@ -855,7 +855,7 @@ class foldconst(object):
|
|||
if 'SEF' not in child[idx]:
|
||||
issef = False
|
||||
if child[idx]['nt'] == ';' \
|
||||
or nt == '{}' and child[idx]['nt'] == '{}' and not child[idx]['ch']:
|
||||
or child[idx]['nt'] == '{}' and not child[idx]['ch']:
|
||||
del child[idx]
|
||||
else:
|
||||
if 'StSw' in child[idx]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue