diff --git a/common/src/app/common/data/macros.cljc b/common/src/app/common/data/macros.cljc index 00a1aaeb2..2992aff9b 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 fixme - "Purely annotational macro to find instances later to remove when the refactor to tokens-lib is done." - [& body] `(do ~@body)) - (defmacro legacy "Purely annotational macro to find instances later to remove when the refactor to tokens-lib is done." [& body] `(do ~@body))