summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcre_exec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pcre_exec.c b/pcre_exec.c
index 6baaf45..221ecf3 100644
--- a/pcre_exec.c
+++ b/pcre_exec.c
@@ -3492,7 +3492,6 @@ for (;;)
if (eptr == pp) goto TAIL_RECURSE;
RMATCH(eptr, ecode, offset_top, md, eptrb, RM23);
if (rrc != MATCH_NOMATCH) RRETURN(rrc);
- /* if (eptr == pp) { RRETURN(MATCH_NOMATCH); } */
#ifdef SUPPORT_UCP
eptr--;
BACKCHAR(eptr);