Remove todo line

This commit is contained in:
Joshua Suskalo 2021-10-10 13:32:15 -05:00
parent 814edb7e16
commit 15c190572f

View file

@ -564,7 +564,6 @@
[obj type]
(type-dispatch type)))
;; TODO(Joshua): For performance, turn this into a bunch of specific defmethods
(defmethod deserialize* :default
[obj type]
(throw (ex-info "Attempted to deserialize a non-primitive type with primitive methods"