From ad92c437e69e318ec8a73d4f531d601c65dd4453 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Sat, 9 Feb 2019 16:49:42 +0200 Subject: [PATCH] More dead code --- modules/reitit-core/src/reitit/coercion.cljc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/reitit-core/src/reitit/coercion.cljc b/modules/reitit-core/src/reitit/coercion.cljc index 709ffb77..01144de7 100644 --- a/modules/reitit-core/src/reitit/coercion.cljc +++ b/modules/reitit-core/src/reitit/coercion.cljc @@ -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 ;;