Remove ^:static meta usage.

This commit is contained in:
Andrey Antukh 2016-06-22 22:06:04 +03:00
parent d5df7eba3b
commit 65bce97486
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
18 changed files with 24 additions and 24 deletions

View file

@ -22,7 +22,7 @@
(persistent!
(reduce #(assoc! %1 (getter %2) %2) (transient {}) coll)))
(def ^:static index-by-id #(index-by % :id))
(def index-by-id #(index-by % :id))
(defn remove-nil-vals
"Given a map, return a map removing key-value