From: Ilia Alshanetsky Date: Wed, 1 Jun 2005 03:01:29 +0000 (+0000) Subject: kill unused var. X-Git-Tag: php-5.0.1b1~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f28249f7793b5b7a0ef5c2d9830126f2deb788d1;p=php kill unused var. --- diff --git a/ext/pcre/pcrelib/pcre.c b/ext/pcre/pcrelib/pcre.c index c495ec015f..a411d00c35 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;