summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-02-03 08:31:20 -0700
committerKarl Williamson <public@khwilliamson.com>2011-02-14 08:41:38 -0700
commit90b89d5286729b4fa1055f057f6ac4a44c343fd5 (patch)
tree924bd658418f2ac39e17842ba052dc0689058bf6 /regexec.c
parentdf7a846035e6969f5e1c298976888d5cc7878d25 (diff)
downloadperl-90b89d5286729b4fa1055f057f6ac4a44c343fd5.tar.gz
regexec.c: Rmv wrong comment
Diffstat (limited to 'regexec.c')
-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])
{