From f1fc531e74170a5a8aa8bacb3b6d4bea11b50b31 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sun, 4 Sep 2016 12:28:00 +0200 Subject: [PATCH] Drop unnecessary macro redefinition --- ext/standard/dl.c | 6 ------ 1 file changed, 6 deletions(-) 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) -- 2.50.1