mirror of
https://github.com/metosin/reitit.git
synced 2025-12-22 18:41:10 +00:00
remove dead code
This commit is contained in:
parent
33a8f0626e
commit
73a5bd2d3d
1 changed files with 0 additions and 7 deletions
|
|
@ -28,13 +28,6 @@
|
||||||
(defn error? [x]
|
(defn error? [x]
|
||||||
(instance? CoercionError x))
|
(instance? CoercionError x))
|
||||||
|
|
||||||
;;
|
|
||||||
;; api-docs
|
|
||||||
;;
|
|
||||||
|
|
||||||
#_(defn get-apidocs [coercion spec info]
|
|
||||||
(protocol/get-apidocs coercion spec info))
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; coercer
|
;; coercer
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue