remove dead code

This commit is contained in:
nathanmarz 2017-03-14 12:21:18 -04:00
parent 3be05f2f0a
commit e32ec1c687

View file

@ -36,14 +36,6 @@
(walker structure)
(i/get-cell ret)))
(defn key-select [akey structure next-fn]
(next-fn (get structure akey)))
(defn key-transform [akey structure next-fn]
(assoc structure akey (next-fn (get structure akey))))
(defn all-select [structure next-fn]
(doseqres i/NONE [e structure]
(next-fn e)))