From: David Mitchell Date: Wed, 5 Feb 2014 12:00:08 +0000 (+0000) Subject: re_intuit_start(): remove obsolete comment X-Git-Tag: upstream/5.20.0~464^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e36b36a31777c5212366f1ad01cdef19ca5a21b;p=platform%2Fupstream%2Fperl.git re_intuit_start(): remove obsolete comment --- 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;