From ea701e2a0953b94933e945e4f01a34eff03f13b9 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 14 Feb 2020 20:15:42 +0100 Subject: [PATCH] remove unused code --- src/cryogen_core/classpath_able_io/fs.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cryogen_core/classpath_able_io/fs.clj b/src/cryogen_core/classpath_able_io/fs.clj index 734cdb6..dd3ca21 100644 --- a/src/cryogen_core/classpath_able_io/fs.clj +++ b/src/cryogen_core/classpath_able_io/fs.clj @@ -8,8 +8,7 @@ (ns cryogen-core.classpath-able-io.fs (:require [cryogen-core.classpath-able-io.this :as this]) - (:import [java.net URI] - [java.nio.file Paths Files LinkOption])) + (:import [java.nio.file Paths Files LinkOption])) ; ----------------------- Domain functions ------------------------ (def no-link-option (into-array [LinkOption/NOFOLLOW_LINKS]))