iliaa           Wed Apr 22 12:35:22 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/intl/msgformat msgformat_attr.c 
  Log:
  
  Removed unused vars
  
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat_attr.c?r1=1.1.2.4&r2=1.1.2.5&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.4 
php-src/ext/intl/msgformat/msgformat_attr.c:1.1.2.5
--- php-src/ext/intl/msgformat/msgformat_attr.c:1.1.2.4 Mon Aug 11 19:48:00 2008
+++ php-src/ext/intl/msgformat/msgformat_attr.c Wed Apr 22 12:35:22 2009
@@ -34,8 +34,6 @@
 PHP_FUNCTION( msgfmt_get_pattern )
 {
        UChar  value_buf[64];
-       int    length = USIZE( value_buf );
-       UChar* value  = value_buf;
        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