remove unused
This commit is contained in:
parent
2239a211ea
commit
44098727f0
2 changed files with 1 additions and 3 deletions
|
@ -8,7 +8,6 @@
|
|||
|
||||
(ns cryogen-core.classpath-able-io.cp
|
||||
(:require [clojure.java.io :as io]
|
||||
[clojure.string :as st]
|
||||
[schema.core :as s]
|
||||
[cryogen-core.classpath-able-io.this :as this]
|
||||
[cryogen-core.classpath-able-io.fs :as fs]
|
||||
|
|
|
@ -7,8 +7,7 @@
|
|||
; You must not remove this notice, or any other, from this software.
|
||||
|
||||
(ns cryogen-core.classpath-able-io.this
|
||||
(:require [clojure.java.io :as io]
|
||||
[clojure.string :as st]
|
||||
(:require [clojure.string :as st]
|
||||
[schema.core :as s]))
|
||||
|
||||
(def SourceType (s/enum :java-classpath-filesystem :java-classpath-jar :filesystem))
|
||||
|
|
Loading…
Reference in a new issue