mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-04 12:14:36 -07: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]:
|
if 'SEF' not in child[idx]:
|
||||||
issef = False
|
issef = False
|
||||||
if child[idx]['nt'] == ';' \
|
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]
|
del child[idx]
|
||||||
else:
|
else:
|
||||||
if 'StSw' in child[idx]:
|
if 'StSw' in child[idx]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue