summaryrefslogtreecommitdiff
path: root/srclib
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2004-11-27 09:22:38 +0000
committerJoe Orton <jorton@apache.org>2004-11-27 09:22:38 +0000
commitb90599f28fdc599816eb4173b488385f1934afdb (patch)
treebab227845a0addff6f2fb65d91a712a36a6613b3 /srclib
parent60a840da2ea4cfb0ad0137aaf0a525bb84fe26a7 (diff)
downloadhttpd-b90599f28fdc599816eb4173b488385f1934afdb.tar.gz
* srclib/pcre/pcre.c (pcre_compile): Remove unused variable.
(sent upstream too). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106698 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'srclib')
-rw-r--r--srclib/pcre/pcre.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/srclib/pcre/pcre.c b/srclib/pcre/pcre.c
index c495ec015f..a411d00c35 100644
--- a/srclib/pcre/pcre.c
+++ b/srclib/pcre/pcre.c
@@ -4461,7 +4461,6 @@ pcre_compile(const char *pattern, int options, const char **errorptr,
{
real_pcre *re;
int length = 1 + LINK_SIZE; /* For initial BRA plus length */
-int runlength;
int c, firstbyte, reqbyte;
int bracount = 0;
int branch_extra = 0;