mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Use self.shrinknames instead of checking the options again.
This commit is contained in:
parent
9295cb104a
commit
e3d8533caf
1 changed files with 1 additions and 1 deletions
|
@ -838,7 +838,7 @@ class optimizer(renamer, deadcode):
|
|||
else:
|
||||
self.FoldTree(tree, idx)
|
||||
|
||||
if 'shrinknames' in options:
|
||||
if self.shrinknames:
|
||||
self.ShrinkNames()
|
||||
|
||||
self.RemoveDeadCode()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue