summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_exception.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/mysqli_exception.c')
-rw-r--r--ext/mysqli/mysqli_exception.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/mysqli/mysqli_exception.c b/ext/mysqli/mysqli_exception.c
index f93479328c..d8a8d4dad1 100644
--- a/ext/mysqli/mysqli_exception.c
+++ b/ext/mysqli/mysqli_exception.c
@@ -27,13 +27,6 @@
#include "mysqli_priv.h"
#include "zend_exceptions.h"
-/* {{{ mysqli_exception_methods[]
- */
-const zend_function_entry mysqli_exception_methods[] = {
- PHP_FE_END
-};
-/* }}} */
-
void php_mysqli_throw_sql_exception(char *sqlstate, int errorno, char *format, ...)
{
zval sql_ex;