Remove useless class attribute
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
6cb17a2f14
commit
c241236bf5
@ -64,8 +64,6 @@ class FunctionMangle(HoistableMangle):
|
|||||||
an anon function "((fn [] ...))", or using it as an arg in a call)
|
an anon function "((fn [] ...))", or using it as an arg in a call)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
hoistable = ["fn"]
|
|
||||||
# ^^ we're just looking for functions
|
|
||||||
ignore = ["def", "decorate_with", "setf", "setv", "foreach", "do"]
|
ignore = ["def", "decorate_with", "setf", "setv", "foreach", "do"]
|
||||||
# ^^ these guys don't affect us, really.
|
# ^^ these guys don't affect us, really.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user