diff options
author | Andrey Hristov <andrey@php.net> | 2014-05-19 20:32:41 +0300 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2014-05-19 20:32:41 +0300 |
commit | e6e5d3535dc767cadd9d962e41dd837bd58a2ad3 (patch) | |
tree | f4b9ce21d5c15804884b84166e246df63e05d090 /ext/mysqlnd/mysqlnd_debug.h | |
parent | 78e4f03c22de421832b5e20520543660f716f3af (diff) | |
download | php-git-e6e5d3535dc767cadd9d962e41dd837bd58a2ad3.tar.gz |
remove mysqlnd_bt.c as it a long dead code
Diffstat (limited to 'ext/mysqlnd/mysqlnd_debug.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_debug.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/mysqlnd/mysqlnd_debug.h b/ext/mysqlnd/mysqlnd_debug.h index 861851378b..6f073b1489 100644 --- a/ext/mysqlnd/mysqlnd_debug.h +++ b/ext/mysqlnd/mysqlnd_debug.h @@ -66,7 +66,6 @@ struct st_mysqlnd_plugin_trace_log struct { MYSQLND_DEBUG * (*trace_instance_init)(const char * skip_functions[] TSRMLS_DC); - char * (*get_backtrace)(uint max_levels, size_t * length TSRMLS_DC); } methods; }; @@ -74,7 +73,6 @@ void mysqlnd_debug_trace_plugin_register(TSRMLS_D); PHPAPI MYSQLND_DEBUG * mysqlnd_debug_init(const char * skip_functions[] TSRMLS_DC); -PHPAPI char * mysqlnd_get_backtrace(uint max_levels, size_t * length TSRMLS_DC); #if defined(__GNUC__) || (defined(_MSC_VER) && (_MSC_VER >= 1400)) #ifdef PHP_WIN32 |