From 7e36b36a31777c5212366f1ad01cdef19ca5a21b Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Wed, 5 Feb 2014 12:00:08 +0000 Subject: [PATCH] re_intuit_start(): remove obsolete comment --- regexec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/regexec.c b/regexec.c index b65cdea..ce625c0 100644 --- a/regexec.c +++ b/regexec.c @@ -909,7 +909,6 @@ Perl_re_intuit_start(pTHX_ : prog->substrs->data[other_ix].substr) { /* Take into account the "other" substring. */ - /* XXXX May be hopelessly wrong for UTF... */ if (!other_last) other_last = strpos; -- 2.7.4