]> granicus.if.org Git - php/commitdiff
Fix the build
authorAndrey Hristov <andrey@php.net>
Tue, 18 Mar 2008 17:30:55 +0000 (17:30 +0000)
committerAndrey Hristov <andrey@php.net>
Tue, 18 Mar 2008 17:30:55 +0000 (17:30 +0000)
ext/mysqli/mysqli.c

index eee29d39f55489c0a4de7a0468f74f6126d426c0..84a07319cd4a55a980b2763f4f232b6340aa7360 100644 (file)
@@ -977,9 +977,7 @@ PHP_RSHUTDOWN_FUNCTION(mysqli)
  */
 PHP_MINFO_FUNCTION(mysqli)
 {
-#if defined(MYSQLI_USE_MYSQLND)
        char buf[32];
-#endif
 
        php_info_print_table_start();
        php_info_print_table_header(2, "MysqlI Support", "enabled");