diff options
Diffstat (limited to 'ext/zlib/zlib.c')
| -rw-r--r-- | ext/zlib/zlib.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index 120ffc4a5f..9f997ed38c 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -158,8 +158,6 @@ static void php_zlib_init_globals(php_zlib_globals *zlib_globals_p TSRMLS_DC)   */  PHP_MINIT_FUNCTION(zlib)  { -	TSRMLS_FETCH(); -  #ifdef ZTS  	ts_allocate_id(&zlib_globals_id, sizeof(php_zlib_globals), (ts_allocate_ctor) php_zlib_init_globals, NULL);  #else  | 
