summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorBranislav ZahradnĂ­k <barney@cpan.org>2021-12-23 23:19:43 +0100
committerKarl Williamson <khw@cpan.org>2022-02-05 20:54:09 -0700
commitf3decbf11aa3b1ab0a4fcfe2f1140dc208829b39 (patch)
treea10233c3dd95ad76409ee5c0efababda2a1adfe9 /toke.c
parentd280f25fc9971e3edafb3b1ed2f1a06c6367181a (diff)
downloadperl-f3decbf11aa3b1ab0a4fcfe2f1140dc208829b39.tar.gz
Cleanup remnants after distinguising C- and perly- literals
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toke.c b/toke.c
index 18e23e2c85..11ac5e4cfc 100644
--- a/toke.c
+++ b/toke.c
@@ -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