Remove useless variable assignment
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
6f7f402c19
commit
afd0ba1870
@ -126,7 +126,6 @@ class Mangle(object):
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
while True:
|
while True:
|
||||||
self.root = tree
|
|
||||||
self.scopes = []
|
self.scopes = []
|
||||||
self.stack = []
|
self.stack = []
|
||||||
self.push_scope(tree)
|
self.push_scope(tree)
|
||||||
|
Loading…
Reference in New Issue
Block a user