Skip to content

Commit 61c21be

Browse files
committed
remove duplicate not-found definition
1 parent 115a992 commit 61c21be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/clojure/cljs/core/logic.cljs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,6 @@
480480
;; -----------------------------------------------------------------------------
481481
;; Unify IPersistentMap with X
482482

483-
(def not-found (js-obj))
484-
485483
(defn unify-with-map* [v u s]
486484
(if-not (cljs.core/== (count v) (count u))
487485
(fail s)

0 commit comments

Comments
 (0)