Skip to content

Commit

Permalink
Remove unnecessary bits from example action for exception token.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcurtis committed Jul 16, 2010
1 parent 8cd963c commit 8159be9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Squaak/Actions.pm
Expand Up @@ -69,9 +69,7 @@ method statement:sym<try>($/) {
}

method exception($/) {
our $?BLOCK;
my $past := $<identifier>.ast;
$?BLOCK.symbol( $past.name(), :scope('lexical') );
make $past;
}

Expand Down

0 comments on commit 8159be9

Please sign in to comment.