Skip to content

Commit dcd196e

Browse files
committed
Toss unused variable.
1 parent 2656070 commit dcd196e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NQP/Grammar.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ grammar NQP::Grammar is HLL::Grammar {
330330

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

335334
<name>
336335
[ 'is' 'repr(' <repr=.quote_EXPR> ')' ]?

0 commit comments

Comments
 (0)