iliaa           Mon Apr 27 23:22:16 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/intl/msgformat msgformat_attr.c 
  Log:
  
  Removed unused variable
  
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat_attr.c?r1=1.1.2.5&r2=1.1.2.6&diff_format=u
Index: php-src/ext/intl/msgformat/msgformat_attr.c
diff -u php-src/ext/intl/msgformat/msgformat_attr.c:1.1.2.5 
php-src/ext/intl/msgformat/msgformat_attr.c:1.1.2.6
--- php-src/ext/intl/msgformat/msgformat_attr.c:1.1.2.5 Wed Apr 22 12:35:22 2009
+++ php-src/ext/intl/msgformat/msgformat_attr.c Mon Apr 27 23:22:16 2009
@@ -33,7 +33,6 @@
  */
 PHP_FUNCTION( msgfmt_get_pattern )
 {
-       UChar  value_buf[64];
        MSG_FORMAT_METHOD_INIT_VARS;
 
        /* Parse parameters. */



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

Reply via email to