[Pcre-svn] [730] code/trunk/pcre_study.c: Remove redundant l…

Startseite
Nachricht löschen
Autor: Subversion repository
Datum:  
To: pcre-svn
Betreff: [Pcre-svn] [730] code/trunk/pcre_study.c: Remove redundant line of code.
Revision: 730
          http://vcs.pcre.org/viewvc?view=rev&revision=730
Author:   ph10
Date:     2011-10-10 17:07:02 +0100 (Mon, 10 Oct 2011)


Log Message:
-----------
Remove redundant line of code.

Modified Paths:
--------------
    code/trunk/pcre_study.c


Modified: code/trunk/pcre_study.c
===================================================================
--- code/trunk/pcre_study.c    2011-10-10 16:02:20 UTC (rev 729)
+++ code/trunk/pcre_study.c    2011-10-10 16:07:02 UTC (rev 730)
@@ -423,7 +423,6 @@


     case OP_RECURSE:
     cs = ce = (uschar *)startcode + GET(cc, 1);
-    if (cs == NULL) return -2;
     do ce += GET(ce, 1); while (*ce == OP_ALT);
     if ((cc > cs && cc < ce) || recurse_depth > 10)
       had_recurse = TRUE;