remove unused code
This commit is contained in:
parent
09ae42484b
commit
ea701e2a09
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@
|
||||||
|
|
||||||
(ns cryogen-core.classpath-able-io.fs
|
(ns cryogen-core.classpath-able-io.fs
|
||||||
(:require [cryogen-core.classpath-able-io.this :as this])
|
(:require [cryogen-core.classpath-able-io.this :as this])
|
||||||
(:import [java.net URI]
|
(:import [java.nio.file Paths Files LinkOption]))
|
||||||
[java.nio.file Paths Files LinkOption]))
|
|
||||||
|
|
||||||
; ----------------------- Domain functions ------------------------
|
; ----------------------- Domain functions ------------------------
|
||||||
(def no-link-option (into-array [LinkOption/NOFOLLOW_LINKS]))
|
(def no-link-option (into-array [LinkOption/NOFOLLOW_LINKS]))
|
||||||
|
|
Loading…
Reference in a new issue