summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-04-23 09:48:25 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-04-23 09:48:25 +0000
commite234df3658f7779cd093c7179e7ebd008bbc8bb8 (patch)
treef2c29e7273827c854b84f755f3155df4409d0bd9
parentcfb27a536da197b768d56cc7c18e17752bcb9b38 (diff)
downloadpcre-e234df3658f7779cd093c7179e7ebd008bbc8bb8.tar.gz
Remove commented code that was accidentally left in.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1312 2f5784b3-3f2a-0410-8824-cb99058d5e15
-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);