removed dead code
This commit is contained in:
parent
f89d76dbe4
commit
42befa556e
1 changed files with 0 additions and 19 deletions
|
|
@ -551,25 +551,6 @@
|
|||
res
|
||||
)))
|
||||
|
||||
(deftype ViewPath [view-fn])
|
||||
|
||||
(extend-protocol p/StructurePath
|
||||
ViewPath
|
||||
(select* [^ViewPath this structure next-fn]
|
||||
(->> structure ((.-view-fn this)) next-fn))
|
||||
(transform* [^ViewPath this structure next-fn]
|
||||
(->> structure ((.-view-fn this)) next-fn)
|
||||
))
|
||||
|
||||
(deftype PutValCollector [val])
|
||||
|
||||
(extend-protocol p/Collector
|
||||
PutValCollector
|
||||
(collect-val [^PutValCollector this structure]
|
||||
(.-val this)
|
||||
))
|
||||
|
||||
|
||||
(extend-protocol p/StructurePath
|
||||
nil
|
||||
(select* [this structure next-fn]
|
||||
|
|
|
|||
Loading…
Reference in a new issue