From efc135b2611ac0050c6d4306e9a5de67526f31a8 Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Fri, 6 Nov 2015 17:52:41 +0000 Subject: [PATCH] Fix out-of-date comment. --- src/pcre2_compile.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/pcre2_compile.c b/src/pcre2_compile.c index c6e78e2..2326334 100644 --- a/src/pcre2_compile.c +++ b/src/pcre2_compile.c @@ -5230,10 +5230,7 @@ for (;; ptr++) /* If the minimum is greater than zero, replicate the group as many times as necessary, and adjust the maximum to the number of subsequent - copies that we need. If we set a first char from the group, and didn't - set a required char, copy the latter from the former. If there are any - forward reference subroutine calls in the group, there will be entries on - the workspace list; replicate these with an appropriate increment. */ + copies that we need. */ else {