Remove "magic names" where possible, using new data from fndata.txt

This commit is contained in:
Sei Lisa 2017-10-27 21:13:07 +02:00
parent b80b157489
commit 70f39d7f5e
6 changed files with 50 additions and 58 deletions

View file

@ -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]