From: Joe Orton Date: Sat, 27 Nov 2004 09:22:38 +0000 (+0000) Subject: * srclib/pcre/pcre.c (pcre_compile): Remove unused variable. X-Git-Tag: 2.1.2~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b90599f28fdc599816eb4173b488385f1934afdb;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- diff --git a/srclib/pcre/pcre.c b/srclib/pcre/pcre.c index c495ec015f2..a411d00c357 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;