Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Toss unused variable.
  • Loading branch information
jnthn committed May 7, 2011
1 parent 2656070 commit dcd196e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NQP/Grammar.pm
Expand Up @@ -330,7 +330,6 @@ grammar NQP::Grammar is HLL::Grammar {

rule package_def {
:my $*PACKAGE; # The type object for this package.
:my %*ATTR-CHECK; # Attribute names we must confirm exist.

<name>
[ 'is' 'repr(' <repr=.quote_EXPR> ')' ]?
Expand Down

0 comments on commit dcd196e

Please sign in to comment.