Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't need that local var either.
  • Loading branch information
peschwa committed Mar 30, 2015
1 parent fcf012f commit add821b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Perl6/Grammar.nqp
Expand Up @@ -526,7 +526,6 @@ grammar Perl6::Grammar is HLL::Grammar does STD {

method moreinput() {
return NQPMu if self.MARKED('nomoreinput') && $*MOREINPUT_BLOCK_DEPTH == 0;
my $old_cursor := self;
$*moreinput(self) if $*moreinput;
NQPMu
}
Expand Down

0 comments on commit add821b

Please sign in to comment.