From: Anatol Belski Date: Fri, 17 Nov 2017 17:20:52 +0000 (+0100) Subject: Remove unused assignment X-Git-Tag: php-7.3.0alpha1~999 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e3cdf1dcca22e7ae62ad61c319ae0e37fca6324;p=php Remove unused assignment --- diff --git a/win32/globals.c b/win32/globals.c index b5f1b9430e..574995427f 100644 --- a/win32/globals.c +++ b/win32/globals.c @@ -65,14 +65,6 @@ void php_win32_core_globals_dtor(void *vg) PHP_RSHUTDOWN_FUNCTION(win32_core_globals) {/*{{{*/ - php_win32_core_globals *wg = -#ifdef ZTS - ts_resource(php_win32_core_globals_id) -#else - &the_php_win32_core_globals -#endif - ; - closelog(); return SUCCESS;