moriyoshi               Tue Sep 23 09:21:02 2003 EDT

  Modified files:              
    /php-src/ext/mbstring       mbstring.c 
  Log:
  Remove unused variable
  
  
Index: php-src/ext/mbstring/mbstring.c
diff -u php-src/ext/mbstring/mbstring.c:1.196 php-src/ext/mbstring/mbstring.c:1.197
--- php-src/ext/mbstring/mbstring.c:1.196       Mon Sep 22 22:43:04 2003
+++ php-src/ext/mbstring/mbstring.c     Tue Sep 23 09:21:01 2003
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: mbstring.c,v 1.196 2003/09/23 02:43:04 hirokawa Exp $ */
+/* $Id: mbstring.c,v 1.197 2003/09/23 13:21:01 moriyoshi Exp $ */
 
 /*
  * PHP4 Multibyte String module "mbstring"
@@ -931,8 +931,6 @@
 /* {{{ PHP_MINFO_FUNCTION(mbstring) */
 PHP_MINFO_FUNCTION(mbstring)
 {
-       char buf[32];
-
        php_info_print_table_start();
        php_info_print_table_row(2, "Multibyte Support", "enabled");
        php_info_print_table_row(2, "Multibyte string engine", "libmbfl");

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

Reply via email to