From 83bfe879c5eaf1461d7391fa4210a6347c48c33f Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Thu, 23 Sep 2021 14:54:14 -0500 Subject: [PATCH] Remove a todo after reconsidering --- src/clj/coffi/ffi.clj | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/clj/coffi/ffi.clj b/src/clj/coffi/ffi.clj index 27d92a5..0d3b2ff 100644 --- a/src/clj/coffi/ffi.clj +++ b/src/clj/coffi/ffi.clj @@ -880,8 +880,6 @@ (to-object-asm arg)]) arg-types) [:invokeinterface IFn "invoke" (repeat (inc (count arg-types)) Object)] - ;; TODO(Joshua): If this returns nil and this is primitive, - ;; return a default value (to-prim-asm ret-type) [(return-for-type ret-type :areturn)]]}]})