From: Ilia Alshanetsky Date: Fri, 3 Jun 2005 03:54:02 +0000 (+0000) Subject: MFH: unnecessary variable. X-Git-Tag: php-5.0.5RC1~217 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18ccd896c713b0f2b5a095ace1e2d7f03b6cbea1;p=php MFH: unnecessary variable. --- 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;