From f9ad56eab9e0010231643d51a0e0038f99f2f94b Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Wed, 26 May 2010 13:30:19 +0000 Subject: Remove a function that has no usage. The zval cache was disabled/removed in 5.3.0-RC3. --- ext/mysqli/mysqli_fe.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/mysqli/mysqli_fe.c') 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 -- cgit v1.2.1