summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_debug.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-09-26 20:48:41 +0200
committerAnatol Belski <ab@php.net>2014-09-26 20:48:41 +0200
commit57dbe023649746b92bb85ff3114e6b10d26ca134 (patch)
tree65c62b6b6f82f507745ee9f8427c9834644a499c /ext/mysqlnd/mysqlnd_debug.h
parentd1c4fd934a56f2de932e50a08bf434587600bf33 (diff)
downloadphp-git-57dbe023649746b92bb85ff3114e6b10d26ca134.tar.gz
drop unused tsrm_ls
Diffstat (limited to 'ext/mysqlnd/mysqlnd_debug.h')
-rw-r--r--ext/mysqlnd/mysqlnd_debug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/mysqlnd/mysqlnd_debug.h b/ext/mysqlnd/mysqlnd_debug.h
index 463c60cee3..e8dfeb6c4a 100644
--- a/ext/mysqlnd/mysqlnd_debug.h
+++ b/ext/mysqlnd/mysqlnd_debug.h
@@ -45,9 +45,6 @@ struct st_mysqlnd_debug_methods
struct st_mysqlnd_debug
{
php_stream *stream;
-#ifdef ZTS
- void ***tsrm_ls;
-#endif
unsigned int flags;
unsigned int nest_level_limit;
int pid;