remove dead code

This commit is contained in:
Tommi Reiman 2018-06-11 08:52:03 +03:00
parent 33a8f0626e
commit 73a5bd2d3d

View file

@ -28,13 +28,6 @@
(defn error? [x]
(instance? CoercionError x))
;;
;; api-docs
;;
#_(defn get-apidocs [coercion spec info]
(protocol/get-apidocs coercion spec info))
;;
;; coercer
;;