From 15c190572fe30986a38aa0d817dd026de28192e6 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Sun, 10 Oct 2021 13:32:15 -0500 Subject: [PATCH] Remove todo line --- src/clj/coffi/mem.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/clj/coffi/mem.clj b/src/clj/coffi/mem.clj index d9e4370..888d0cd 100644 --- a/src/clj/coffi/mem.clj +++ b/src/clj/coffi/mem.clj @@ -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"