Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Toss unused parameter.
  • Loading branch information
jnthn committed Apr 28, 2015
1 parent 5774ac0 commit 0ffe68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.nqp
Expand Up @@ -810,7 +810,7 @@ Compilation unit '$file' contained the following violations:
make $past;
}

method statement($/, $key?) {
method statement($/) {
my $past;
if $<EXPR> {
my $mc := $<statement_mod_cond>;
Expand Down

0 comments on commit 0ffe68f

Please sign in to comment.