Skip to content

Commit 4544f42

Browse files
committed
Remove superfluous compile
1 parent ac5a35a commit 4544f42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mojo-descriptor-extractor/src/main/clojure/clojure/maven/extractor/clojure_mojo_extractor.clj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@
101101
(isa? v# org.apache.maven.plugin.Mojo))
102102
(flush)
103103
v#)]
104-
(binding [*compile-path* ~output-path]
105-
(compile '~try-ns))
106104
(require '~try-ns)
107105
(->>
108106
(ns-map '~try-ns)

0 commit comments

Comments
 (0)