On Tue, 26 Jul 2005, Antony Dovgal wrote:

> tony2001              Tue Jul 26 16:05:53 2005 EDT
> 
>   Modified files:              (Branch: PHP_4_4)
>     /php-src/ext/pcre/pcrelib pcre.c 
>   Log:
>   nuke unused var

This is in a bundled library in the stable 4.4.x branch - is it really 
needed to modify this code?

Derick

> http://cvs.php.net/diff.php/php-src/ext/pcre/pcrelib/pcre.c?r1=1.10.2.4&r2=1.10.2.4.2.1&ty=u
> Index: php-src/ext/pcre/pcrelib/pcre.c
> diff -u php-src/ext/pcre/pcrelib/pcre.c:1.10.2.4 
> php-src/ext/pcre/pcrelib/pcre.c:1.10.2.4.2.1
> --- php-src/ext/pcre/pcrelib/pcre.c:1.10.2.4  Fri May 27 14:12:42 2005
> +++ php-src/ext/pcre/pcrelib/pcre.c   Tue Jul 26 16:05:49 2005
> @@ -4461,7 +4461,6 @@
>  {
>  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;
> 
> 

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to