From b90599f28fdc599816eb4173b488385f1934afdb Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Sat, 27 Nov 2004 09:22:38 +0000 Subject: * 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 --- srclib/pcre/pcre.c | 1 - 1 file changed, 1 deletion(-) (limited to 'srclib') 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; -- cgit v1.2.1