summaryrefslogtreecommitdiff
path: root/pcre_study.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-10-10 16:07:02 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-10-10 16:07:02 +0000
commite01bf91a8ee4675f26d3e5eccfc5dba146d79fab (patch)
tree891d9c515b087aa9495db6d0741a2dd2a57aaf29 /pcre_study.c
parent26bad8781a7da224d2b54ef903a0fba474ba61e5 (diff)
downloadpcre-e01bf91a8ee4675f26d3e5eccfc5dba146d79fab.tar.gz
Remove redundant line of code.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@730 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_study.c')
-rw-r--r--pcre_study.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pcre_study.c b/pcre_study.c
index adffb3f..d4b2100 100644
--- a/pcre_study.c
+++ b/pcre_study.c
@@ -423,7 +423,6 @@ for (;;)
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;