Remove inconsistent spec
This commit is contained in:
parent
23602dfa18
commit
a61feaa739
1 changed files with 0 additions and 4 deletions
|
|
@ -809,10 +809,6 @@
|
||||||
(with-open [scope (stack-scope)]
|
(with-open [scope (stack-scope)]
|
||||||
(deserialize (apply downcall (map #(serialize %1 %2 scope) args arg-types))
|
(deserialize (apply downcall (map #(serialize %1 %2 scope) args arg-types))
|
||||||
ret-type))))
|
ret-type))))
|
||||||
(s/fdef make-serde-wrapper
|
|
||||||
:args (s/cat :downcall ifn?
|
|
||||||
:arg-types (s/coll-of ::type :kind vector?)
|
|
||||||
:ret-type ::type))
|
|
||||||
|
|
||||||
(defn make-serde-varargs-wrapper
|
(defn make-serde-varargs-wrapper
|
||||||
"Constructs a wrapper function for the `varargs-factory` which produces
|
"Constructs a wrapper function for the `varargs-factory` which produces
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue