Skip to content

Commit

Permalink
Remove some dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Feb 2, 2024
1 parent d176728 commit 78d4fbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vm/moar/dispatchers.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -1585,8 +1585,6 @@ nqp::register('raku-meth-call-resolved',
$args_with_kind := $capture;
}
else {
my $args := nqp::syscall('dispatcher-drop-n-args',
$init, 0, 2);
$args_with_kind := nqp::syscall('dispatcher-insert-arg',
nqp::syscall('dispatcher-drop-n-args', $init, 0, 2),
0, $Tkind
Expand Down

0 comments on commit 78d4fbc

Please sign in to comment.