mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Remove "magic names" where possible, using new data from fndata.txt
This commit is contained in:
parent
b80b157489
commit
70f39d7f5e
6 changed files with 50 additions and 58 deletions
|
@ -99,3 +99,6 @@ class optimizer(foldconst, renamer, deadcode, lastpass):
|
|||
del self.tree
|
||||
del self.symtab
|
||||
return treesymtab
|
||||
|
||||
def __init__(self, lib):
|
||||
self.events = lib[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue