remove unused

This commit is contained in:
jem 2020-02-14 19:09:41 +01:00
parent 2239a211ea
commit 44098727f0
2 changed files with 1 additions and 3 deletions

View file

@ -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]

View file

@ -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))