Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Eliminate obsolete %BEGINDONE.
  • Loading branch information
pmichaud committed Jul 16, 2010
1 parent a95517f commit 2317396
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Perl6/Actions.pm
Expand Up @@ -3,14 +3,12 @@ class Perl6::Actions is HLL::Actions;
our @BLOCK;
our @PACKAGE;
our $TRUE;
our %BEGINDONE;

INIT {
# initialize @BLOCK and @PACKAGE
our @BLOCK := Q:PIR { %r = root_new ['parrot';'ResizablePMCArray'] };
our @PACKAGE := Q:PIR { %r = root_new ['parrot';'ResizablePMCArray'] };
our $TRUE := PAST::Var.new( :name('true'), :scope('register') );
our %BEGINDONE := Q:PIR { %r = root_new ['parrot';'Hash'] };

# Tell PAST::Var how to encode Perl6Str and Str values
my %valflags :=
Expand Down

0 comments on commit 2317396

Please sign in to comment.