Skip to content

Commit 1046cf9

Browse files
author
dnolen
committed
remove redundant code
1 parent 0ab8c8b commit 1046cf9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/clojure/cljs/analyzer.cljc

-4
Original file line numberDiff line numberDiff line change
@@ -2823,10 +2823,6 @@
28232823
false
28242824
(throw (Exception. (str "Invalid anlaysis cache, must be file not URL " cache)))))
28252825

2826-
(and (util/url? cache)
2827-
(.endsWith (.getPath ^URL cache) "cljs/core.cljs.cache.aot.json"))
2828-
false
2829-
28302826
(and (util/file? cache)
28312827
(not (.exists ^File cache)))
28322828
true

0 commit comments

Comments
 (0)