mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Cleanup
This commit is contained in:
parent
0ffcda404b
commit
a235327c3e
1 changed files with 0 additions and 4 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Reference in a new issue