diff --git a/hy/core/mangles.py b/hy/core/mangles.py index 36b766c..d60a8b3 100644 --- a/hy/core/mangles.py +++ b/hy/core/mangles.py @@ -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.