Skip to content

Commit

Permalink
Toss unused token.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jun 3, 2011
1 parent 07cc4ac commit 92f19d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Perl6/Grammar.pm
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,6 @@ grammar Perl6::Grammar is HLL::Grammar {
token term:sym<**> { <sym> <.panic('HyperWhatever (**) not yet implemented')> }
token term:sym<*> { <sym> }
token term:sym<lambda> { <?lambda> <pblock> }
# token term:sym<sigterm> { <sigterm> } # see colonpair instead

token term:sym<undef> {
<sym> >> {}
Expand Down

0 comments on commit 92f19d1

Please sign in to comment.