regexec.c: Rmv wrong comment
authorKarl Williamson <public@khwilliamson.com>
Thu, 3 Feb 2011 15:31:20 +0000 (08:31 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 14 Feb 2011 15:41:38 +0000 (08:41 -0700)
regexec.c

index 0864a45..114ac90 100644 (file)
--- 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])
            {