Skip to content

Commit 509f26c

Browse files
committed
Drop some dead code in ext/reflection
1 parent ce0669c commit 509f26c

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

ext/reflection/php_reflection.c

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -69,23 +69,6 @@ PHPAPI zend_class_entry *reflection_class_constant_ptr;
6969
PHPAPI zend_class_entry *reflection_extension_ptr;
7070
PHPAPI zend_class_entry *reflection_zend_extension_ptr;
7171

72-
#if MBO_0
73-
ZEND_BEGIN_MODULE_GLOBALS(reflection)
74-
int dummy;
75-
ZEND_END_MODULE_GLOBALS(reflection)
76-
77-
#ifdef ZTS
78-
# define REFLECTION_G(v) \
79-
ZEND_TSRMG(reflection_globals_id, zend_reflection_globals*, v)
80-
extern int reflection_globals_id;
81-
#else
82-
# define REFLECTION_G(v) (reflection_globals.v)
83-
extern zend_reflection_globals reflectionglobals;
84-
#endif
85-
86-
ZEND_DECLARE_MODULE_GLOBALS(reflection)
87-
#endif /* MBO_0 */
88-
8972
/* Method macros */
9073

9174
#define METHOD_NOTSTATIC(ce) \

0 commit comments

Comments
 (0)