removed unused KeyPath type

This commit is contained in:
Nathan Marz 2015-09-10 14:08:57 -04:00
parent 2dfc490438
commit 56ba5a5b8d

View file

@ -590,16 +590,6 @@
(vec structure)
ancestry))))
(deftype KeyPath [akey])
(extend-protocol p/StructurePath
KeyPath
(select* [^KeyPath this structure next-fn]
(key-select (.-akey this) structure next-fn))
(transform* [^KeyPath this structure next-fn]
(key-transform (.-akey this) structure next-fn)
))
(deftype SelectCollector [sel-fn selector])
(extend-protocol p/Collector