Skip to content

Commit

Permalink
Remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Feb 25, 2015
1 parent 245c9ea commit af29414
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Perl6/Actions.nqp
Expand Up @@ -6914,8 +6914,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
# Block should go in current lexpad, in correct lexical context.
($*W.cur_lexpad())[0].push($block);

# Dispatch trait. XXX Should really be Bool::True, not Int here...
my $true := ($*W.add_constant('Int', 'int', 1)).compile_time_value;
# Dispatch trait.
$*W.apply_trait($/, '&trait_mod:<will>', $attr, :build($code));
}

Expand Down

0 comments on commit af29414

Please sign in to comment.