Skip to content

Commit

Permalink
Remove a workaround we need no more.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Oct 19, 2012
1 parent 2c7cd73 commit e72739f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/NQP/Actions.pm
Expand Up @@ -1594,15 +1594,6 @@ class NQP::RegexActions is QRegex::P6Regex::Actions {
make $past;
}

# XXX Overriden during QAST migration.
method metachar:sym<( )>($/) {
my $subpast := QAST::Node.new(
self.qbuildsub($<nibbler>.ast, :anon(1), :addself(1)));
my $qast := QAST::Regex.new( $subpast, $<nibbler>.ast, :rxtype('subrule'),
:subtype('capture'), :node($/) );
make $qast;
}

method assertion:sym<name>($/) {
my $name := ~$<longname>;
my $qast;
Expand Down

0 comments on commit e72739f

Please sign in to comment.