From 90b89d5286729b4fa1055f057f6ac4a44c343fd5 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 3 Feb 2011 08:31:20 -0700 Subject: [PATCH] regexec.c: Rmv wrong comment --- regexec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/regexec.c b/regexec.c index 0864a45..114ac90 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]) { -- 2.7.4