Remove useless class attribute

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2013-04-22 00:54:58 +02:00
parent 6cb17a2f14
commit c241236bf5

View File

@ -64,8 +64,6 @@ class FunctionMangle(HoistableMangle):
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"]
# ^^ these guys don't affect us, really.