diff --git a/nqp-truffle.nqp b/nqp-truffle.nqp index d701b14460..57c2e6f469 100644 --- a/nqp-truffle.nqp +++ b/nqp-truffle.nqp @@ -342,9 +342,6 @@ class QAST::TruffleCompiler { elsif $got == $OBJ { return TAST.new($CALL_ARG, $tast.tree); } - elsif $got == $VOID { - return TAST.new($CALL_ARG, $tast.tree); - } } if $desired == $OBJ {