aboutsummaryrefslogtreecommitdiff
path: root/lux-lein/src/leiningen/lux/utils.clj
diff options
context:
space:
mode:
Diffstat (limited to 'lux-lein/src/leiningen/lux/utils.clj')
-rw-r--r--lux-lein/src/leiningen/lux/utils.clj3
1 files changed, 0 insertions, 3 deletions
diff --git a/lux-lein/src/leiningen/lux/utils.clj b/lux-lein/src/leiningen/lux/utils.clj
index c18ea5a51..6ed549ae2 100644
--- a/lux-lein/src/leiningen/lux/utils.clj
+++ b/lux-lein/src/leiningen/lux/utils.clj
@@ -69,9 +69,6 @@
(.contains path (sanitize-path compiler-path))
(.contains path (sanitize-path jvm-compiler-path))))
-(defn ^:private filter-compiler-dependencies [jar-paths]
- (filter compiler-dependency? jar-paths))
-
(defn ^:private java-command [project]
(str (get project :java-cmd "java")
;; " " (->> (get project :jvm-opts) (interpose " ") (reduce str ""))