From: Nikita Popov Date: Sun, 4 Sep 2016 10:28:00 +0000 (+0200) Subject: Drop unnecessary macro redefinition X-Git-Tag: php-7.2.0alpha1~1356 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1fc531e74170a5a8aa8bacb3b6d4bea11b50b31;p=php Drop unnecessary macro redefinition --- diff --git a/ext/standard/dl.c b/ext/standard/dl.c index eae7630fe5..8908fee5b6 100644 --- a/ext/standard/dl.c +++ b/ext/standard/dl.c @@ -79,12 +79,6 @@ PHPAPI PHP_FUNCTION(dl) #if defined(HAVE_LIBDL) -#ifdef ZTS -#define USING_ZTS 1 -#else -#define USING_ZTS 0 -#endif - /* {{{ php_load_extension */ PHPAPI int php_load_extension(char *filename, int type, int start_now)