More dead code

This commit is contained in:
Tommi Reiman 2019-02-09 16:49:42 +02:00
parent 69550febfa
commit ad92c437e6

View file

@ -132,15 +132,6 @@
[status (response-coercer coercion body opts)])
(into {})))
(defn- coercers-not-compiled! [match]
(throw
(ex-info
(str
"Match didn't have a compiled coercion attached.\n"
"Maybe you should have defined a router option:\n"
"{:compile reitit.coercion/compile-request-coercers}\n")
{:match match})))
;;
;; api-docs
;;