From 509f26c4bbc57115466cce46e92f6fa9002e3532 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sun, 18 Dec 2016 17:13:21 +0100 Subject: Drop some dead code in ext/reflection --- ext/reflection/php_reflection.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'ext/reflection/php_reflection.c') diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 1c5b09d87f..2c05203938 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -69,23 +69,6 @@ PHPAPI zend_class_entry *reflection_class_constant_ptr; PHPAPI zend_class_entry *reflection_extension_ptr; PHPAPI zend_class_entry *reflection_zend_extension_ptr; -#if MBO_0 -ZEND_BEGIN_MODULE_GLOBALS(reflection) - int dummy; -ZEND_END_MODULE_GLOBALS(reflection) - -#ifdef ZTS -# define REFLECTION_G(v) \ - ZEND_TSRMG(reflection_globals_id, zend_reflection_globals*, v) -extern int reflection_globals_id; -#else -# define REFLECTION_G(v) (reflection_globals.v) -extern zend_reflection_globals reflectionglobals; -#endif - -ZEND_DECLARE_MODULE_GLOBALS(reflection) -#endif /* MBO_0 */ - /* Method macros */ #define METHOD_NOTSTATIC(ce) \ -- cgit v1.2.1