Remove a todo after reconsidering
This commit is contained in:
parent
8088633b5b
commit
83bfe879c5
1 changed files with 0 additions and 2 deletions
|
|
@ -880,8 +880,6 @@
|
||||||
(to-object-asm arg)])
|
(to-object-asm arg)])
|
||||||
arg-types)
|
arg-types)
|
||||||
[:invokeinterface IFn "invoke" (repeat (inc (count arg-types)) Object)]
|
[: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)
|
(to-prim-asm ret-type)
|
||||||
[(return-for-type ret-type :areturn)]]}]})
|
[(return-for-type ret-type :areturn)]]}]})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue