Revision: 1312
http://vcs.pcre.org/viewvc?view=rev&revision=1312
Author: ph10
Date: 2013-04-23 10:48:25 +0100 (Tue, 23 Apr 2013)
Log Message:
-----------
Remove commented code that was accidentally left in.
Modified Paths:
--------------
code/trunk/pcre_exec.c
Modified: code/trunk/pcre_exec.c
===================================================================
--- code/trunk/pcre_exec.c 2013-04-22 17:35:23 UTC (rev 1311)
+++ code/trunk/pcre_exec.c 2013-04-23 09:48:25 UTC (rev 1312)
@@ -3492,7 +3492,6 @@
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);