remove dead code from old collector code
This commit is contained in:
parent
fc6392cc9e
commit
ae679b6cc1
1 changed files with 0 additions and 7 deletions
|
|
@ -619,13 +619,6 @@
|
||||||
(transform* [^CodeWalkerStructurePath this structure next-fn]
|
(transform* [^CodeWalkerStructurePath this structure next-fn]
|
||||||
(codewalk-until (.-afn this) next-fn structure)))
|
(codewalk-until (.-afn this) next-fn structure)))
|
||||||
|
|
||||||
(deftype SelectCollector [sel-fn selector])
|
|
||||||
|
|
||||||
(extend-protocol p/Collector
|
|
||||||
SelectCollector
|
|
||||||
(collect-val [^SelectCollector this structure]
|
|
||||||
((.-sel-fn this) (.-selector this) structure)))
|
|
||||||
|
|
||||||
(defn srange-select [structure start end next-fn]
|
(defn srange-select [structure start end next-fn]
|
||||||
(next-fn (-> structure vec (subvec start end))))
|
(next-fn (-> structure vec (subvec start end))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue