Remove unused DSL support functions
This commit is contained in:
parent
b649c7977e
commit
bb806d5c0f
1 changed files with 0 additions and 12 deletions
|
|
@ -18,18 +18,6 @@
|
|||
|
||||
(def ^:dynamic *chunk-size* (* 2 1024 1024))
|
||||
|
||||
(defn filename
|
||||
[m ^String s]
|
||||
(merge m { :filename s }))
|
||||
|
||||
(defn content-type
|
||||
[m ^String s]
|
||||
(merge m { :content-type s }))
|
||||
|
||||
(defn- exec
|
||||
[{ :keys [input filename content-type] }]
|
||||
)
|
||||
|
||||
;; ...
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue