From 0a9ee92a270c6b75e68b25e81a037bed14b68887 Mon Sep 17 00:00:00 2001 From: Jan Krebs Date: Fri, 13 Dec 2019 11:09:58 +0100 Subject: [PATCH] Remove unnecessary function --- src/cryogen_core/classpath_able_io.clj | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/cryogen_core/classpath_able_io.clj b/src/cryogen_core/classpath_able_io.clj index b831a22..fb26ed0 100644 --- a/src/cryogen_core/classpath_able_io.clj +++ b/src/cryogen_core/classpath_able_io.clj @@ -47,13 +47,6 @@ (do (io/make-parents target-file) (io/copy source-file target-file))) -(defn- build-f-for-subdirs - "builds the list for subdirs and returns it" - [f]; TODO: f is not what i would be expecting here - (let [xs (.list f)] - (println (str "** f: " f " xs: " (apply str xs))) - (map #(str f "/" %) xs))) - (defn copy-dir [source-dir target-dir ignore-patterns] (loop [source-list (.list source-dir)