iliaa           Thu Jun  2 23:54:04 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/pcre/pcrelib   pcre.c 
  Log:
  MFH: unnecessary variable. 
  
  
http://cvs.php.net/diff.php/php-src/ext/pcre/pcrelib/pcre.c?r1=1.14.2.1&r2=1.14.2.2&ty=u
Index: php-src/ext/pcre/pcrelib/pcre.c
diff -u php-src/ext/pcre/pcrelib/pcre.c:1.14.2.1 
php-src/ext/pcre/pcrelib/pcre.c:1.14.2.2
--- php-src/ext/pcre/pcrelib/pcre.c:1.14.2.1    Fri May 27 14:07:32 2005
+++ php-src/ext/pcre/pcrelib/pcre.c     Thu Jun  2 23:54:02 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;

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

Reply via email to