From: Marcus Boerger Date: Thu, 9 Sep 2004 13:29:37 +0000 (+0000) Subject: MFH Drop namespace relict X-Git-Tag: php-5.0.2RC1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=278aee14a52dc3a9f494e32def07dc662a9c14c3;p=php MFH Drop namespace relict --- diff --git a/Zend/zend.c b/Zend/zend.c index 22af4592ae..f10c7fc507 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -83,7 +83,6 @@ ZEND_INI_END() ZEND_API int compiler_globals_id; ZEND_API int executor_globals_id; ZEND_API int alloc_globals_id; -zend_class_entry global_main_class; HashTable *global_function_table; HashTable *global_class_table; HashTable *global_constants_table;