Skip to content

Commit

Permalink
RakuAST: remove some dead code from grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Sep 10, 2023
1 parent 8938e55 commit b5fcda9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Raku/Grammar.nqp
Expand Up @@ -3725,7 +3725,6 @@ grammar Raku::Grammar is HLL::Grammar does Raku::Common {
elsif $m eq 'x' { $/.obs('/x','normal default whitespace'); }
elsif $m eq 'c' { $/.obs('/c',':c or :p'); }
elsif $m eq 'e' { $/.obs('/e','interpolated {...} or s{} = ... form'); }
else { $/.obs('suffix regex modifiers','prefix adverbs'); }
}
}
Expand Down

0 comments on commit b5fcda9

Please sign in to comment.