From c241236bf5a2e842040fbdaa1738b97708cac569 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 22 Apr 2013 00:54:58 +0200 Subject: [PATCH] Remove useless class attribute Signed-off-by: Julien Danjou --- hy/core/mangles.py | 2 -- 1 file changed, 2 deletions(-) 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.