Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove :$sink, as it will not be used anyway
  • Loading branch information
lizmat committed Mar 16, 2015
1 parent 46942b0 commit 4dcab36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/native_array.pm
Expand Up @@ -136,7 +136,7 @@ class array is Iterable is repr('VMArray') {
$!array := nqp::decont($array);
}

method reify($n, :$sink) {
method reify($n) { # :$sink is not needed here
unless nqp::isconcrete($!reified) {
my $rpa := nqp::list();
my int $i = $!idx;
Expand Down

0 comments on commit 4dcab36

Please sign in to comment.