Remove inconsistent spec

This commit is contained in:
Joshua Suskalo 2021-09-20 19:53:13 -05:00
parent 23602dfa18
commit a61feaa739

View file

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