Skip to content

Commit cc12380

Browse files
oakmaccburgmer
authored andcommitted
remove unreferenced function
1 parent f6d83fc commit cc12380

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/json_path/walker.clj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
(declare walk eval-expr)
55

6-
(defn map-with-value? [m]
7-
(and (map? m)
8-
(contains? m :value)))
9-
106
;; 'and' and 'or' are macros in Clojure, so we wrap them in functions here so they
117
;; can be passed to apply and tested for equality
128
(defn and* [a b]

0 commit comments

Comments
 (0)