diff options
author | Joe Orton <jorton@apache.org> | 2004-11-27 09:22:38 +0000 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2004-11-27 09:22:38 +0000 |
commit | b90599f28fdc599816eb4173b488385f1934afdb (patch) | |
tree | bab227845a0addff6f2fb65d91a712a36a6613b3 /srclib | |
parent | 60a840da2ea4cfb0ad0137aaf0a525bb84fe26a7 (diff) | |
download | httpd-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.c | 1 |
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; |