diff options
author | Andrey Hristov <andrey@php.net> | 2009-12-09 20:38:11 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2009-12-09 20:38:11 +0000 |
commit | 06a417b6a95787283789acba55be65158d9d6a5a (patch) | |
tree | a4328970e021ad27815be8adb0dd11af775db08d /ext/mysqli/php_mysqli_structs.h | |
parent | 6f598e62ff8b32af98d23b79d609303b08e439c1 (diff) | |
download | php-git-06a417b6a95787283789acba55be65158d9d6a5a.tar.gz |
Remove stub code which never actually was used for anything.
Things like this can be built on top of the core.
Diffstat (limited to 'ext/mysqli/php_mysqli_structs.h')
-rw-r--r-- | ext/mysqli/php_mysqli_structs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mysqli/php_mysqli_structs.h b/ext/mysqli/php_mysqli_structs.h index e9d76b0289..c3bbfe7a11 100644 --- a/ext/mysqli/php_mysqli_structs.h +++ b/ext/mysqli/php_mysqli_structs.h @@ -196,10 +196,6 @@ extern zend_property_info mysqli_stmt_property_info_entries[]; extern zend_property_info mysqli_driver_property_info_entries[]; extern zend_property_info mysqli_warning_property_info_entries[]; -#ifdef MYSQLI_USE_MYSQLND -extern MYSQLND_QCACHE *mysqli_mysqlnd_qcache; -#endif - extern void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flag, int into_object); extern void php_clear_stmt_bind(MY_STMT *stmt TSRMLS_DC); extern void php_clear_mysql(MY_MYSQL *); |