removed unused KeyPath type
This commit is contained in:
parent
2dfc490438
commit
56ba5a5b8d
1 changed files with 0 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue