Skip to content

Commit

Permalink
Cleanup remnants after distinguising C- and perly- literals
Browse files Browse the repository at this point in the history
  • Loading branch information
Branislav Zahradník authored and khwilliamson committed Feb 6, 2022
1 parent d280f25 commit f3decbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion toke.c
Expand Up @@ -2128,7 +2128,6 @@ static int
S_postderef(pTHX_ int const funny, char const next)
{
assert(funny == DOLSHARP
|| memCHRs("$@%&*", funny)
|| funny == PERLY_DOLLAR
|| funny == PERLY_SNAIL
|| funny == PERLY_PERCENT_SIGN
Expand Down

0 comments on commit f3decbf

Please sign in to comment.