summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regexec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index 0864a45cf4..114ac9023a 100644
--- a/regexec.c
+++ b/regexec.c
@@ -3738,7 +3738,6 @@ S_regmatch(pTHX_ regmatch_info *reginfo, regnode *prog)
/* Neither the target and the pattern are utf8. */
- /* Inline the first character, for speed. */
if (UCHARAT(s) != nextchr &&
UCHARAT(s) != fold_array[nextchr])
{