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
|
||||
(: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]))
|
||||
|
|
Loading…
Reference in a new issue