Skip to content

Commit 9e0cd6f

Browse files
committed
remove unused import
1 parent 181e1d6 commit 9e0cd6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/clojure/cljs/core/async/impl/ioc_macros.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
[clojure.core.async.impl.protocols :as impl]
1717
[clojure.core.async.impl.dispatch :as dispatch]
1818
[cljs.analyzer :as cljs])
19-
(:import [cljs.tagged_literals JSValue]
20-
[java.util.concurrent.locks Lock]))
19+
(:import [cljs.tagged_literals JSValue]))
2120

2221
(defn debug [x]
2322
(binding [*out* *err*]

0 commit comments

Comments
 (0)