diff options
author | Marcus Boerger <helly@php.net> | 2004-09-09 13:29:08 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-09-09 13:29:08 +0000 |
commit | 7bfb397338475056724b5e2d60f79d6d905df944 (patch) | |
tree | e101f31903cde07384eeddc7a7ebe344895cbb8d | |
parent | 621795ef4b4bce900c5923c59a35e8bb025e84a8 (diff) | |
download | php-git-7bfb397338475056724b5e2d60f79d6d905df944.tar.gz |
- Drop namespace relict
-rw-r--r-- | Zend/zend.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend.c b/Zend/zend.c index 80fa7f2367..97dfcd3a91 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -84,7 +84,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; |