mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
remove unused ZTS macros
This commit is contained in:
parent
99d0078ab9
commit
386cb177bd
1 changed files with 0 additions and 6 deletions
|
@ -28,12 +28,6 @@
|
|||
static const char * const mysqlnd_debug_default_trace_file = "/tmp/mysqlnd.trace";
|
||||
static const char * const mysqlnd_debug_empty_string = "";
|
||||
|
||||
#ifdef ZTS
|
||||
#define MYSQLND_ZTS(self) TSRMLS_D = (self)->TSRMLS_C
|
||||
#else
|
||||
#define MYSQLND_ZTS(self)
|
||||
#endif
|
||||
|
||||
|
||||
/* {{{ mysqlnd_debug::open */
|
||||
static enum_func_status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue