Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Toss a needless check, which could cause problems.
  • Loading branch information
jnthn committed Jul 21, 2012
1 parent cddd89c commit 7253071
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/QPerl6/Actions.pm
Expand Up @@ -3533,9 +3533,7 @@ class QPerl6::Actions is HLL::Actions {
}
else {
my $last := $past[ $size - 1 ];
if nqp::defined($last.returns) {
$past.returns($last.returns);
}
$past.returns($last.returns);
if nqp::defined($last.arity) {
$past.arity($last.arity);
}
Expand Down

0 comments on commit 7253071

Please sign in to comment.