summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_fe.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-05-26 13:30:19 +0000
committerAndrey Hristov <andrey@php.net>2010-05-26 13:30:19 +0000
commitf9ad56eab9e0010231643d51a0e0038f99f2f94b (patch)
tree9e68c3b6e8d9e9137af57f085d3ca6d5c4229cbc /ext/mysqli/mysqli_fe.c
parent16c90b0a2dabed21e94ced1f896b4a6e4fbce8bd (diff)
downloadphp-git-f9ad56eab9e0010231643d51a0e0038f99f2f94b.tar.gz
Remove a function that has no usage. The zval cache was disabled/removed
in 5.3.0-RC3.
Diffstat (limited to 'ext/mysqli/mysqli_fe.c')
-rw-r--r--ext/mysqli/mysqli_fe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqli/mysqli_fe.c b/ext/mysqli/mysqli_fe.c
index 0f9c9b6943..12e717d105 100644
--- a/ext/mysqli/mysqli_fe.c
+++ b/ext/mysqli/mysqli_fe.c
@@ -91,7 +91,6 @@ const zend_function_entry mysqli_functions[] = {
PHP_FE(mysqli_field_tell, NULL)
PHP_FE(mysqli_free_result, NULL)
#if defined(MYSQLI_USE_MYSQLND)
- PHP_FE(mysqli_get_cache_stats, NULL)
PHP_FE(mysqli_get_connection_stats, NULL)
PHP_FE(mysqli_get_client_stats, NULL)
#endif