Skip to content

Commit f0b7fac

Browse files
author
dnolen
committed
remove strange call to jar-file-to-disk when finding sources
1 parent 605b570 commit f0b7fac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/clojure/cljs/closure.clj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -654,9 +654,8 @@
654654
(last (string/split (.getPath ^URL jar-file) #"\.jar!/")))
655655
opts)))
656656

657-
(defn find-jar-sources
658-
[this opts] ()
659-
[(comp/find-source (jar-file-to-disk this (util/output-directory opts)))])
657+
(defn find-jar-sources [this opts]
658+
[(comp/find-source this)])
660659

661660
(extend-protocol Compilable
662661

0 commit comments

Comments
 (0)