From: Antony Dovgal Date: Tue, 26 Jul 2005 20:05:49 +0000 (+0000) Subject: nuke unused var X-Git-Tag: php-4.4.1RC1~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c6a999132636a1e2e54c9b8ed41dc6a20c31f21;p=php nuke unused var --- diff --git a/ext/pcre/pcrelib/pcre.c b/ext/pcre/pcrelib/pcre.c index 9f7ad56448..0249de1825 100644 --- a/ext/pcre/pcrelib/pcre.c +++ b/ext/pcre/pcrelib/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;