Skip to content

Commit e72739f

Browse files
committed
Remove a workaround we need no more.
1 parent 2c7cd73 commit e72739f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/NQP/Actions.pm

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,15 +1594,6 @@ class NQP::RegexActions is QRegex::P6Regex::Actions {
15941594
make $past;
15951595
}
15961596

1597-
# XXX Overriden during QAST migration.
1598-
method metachar:sym<( )>($/) {
1599-
my $subpast := QAST::Node.new(
1600-
self.qbuildsub($<nibbler>.ast, :anon(1), :addself(1)));
1601-
my $qast := QAST::Regex.new( $subpast, $<nibbler>.ast, :rxtype('subrule'),
1602-
:subtype('capture'), :node($/) );
1603-
make $qast;
1604-
}
1605-
16061597
method assertion:sym<name>($/) {
16071598
my $name := ~$<longname>;
16081599
my $qast;

0 commit comments

Comments
 (0)