diff --git a/common/src/app/common/data/macros.cljc b/common/src/app/common/data/macros.cljc index 2992aff9b..7740ef362 100644 --- a/common/src/app/common/data/macros.cljc +++ b/common/src/app/common/data/macros.cljc @@ -16,10 +16,6 @@ [cljs.analyzer.api :as aapi] [cuerdas.core :as str])) -(defmacro legacy - "Purely annotational macro to find instances later to remove when the refactor to tokens-lib is done." - [& body] `(do ~@body)) - (defmacro select-keys "A macro version of `select-keys`. Useful when keys vector is known at compile time (aprox 600% performance boost).