From a235327c3e609d43885eb80cd33744868a722325 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Wed, 2 Oct 2024 11:33:14 +0200 Subject: [PATCH] Cleanup --- common/src/app/common/data/macros.cljc | 4 ---- 1 file changed, 4 deletions(-) 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).