summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-12-06 17:23:08 +0000
committerAndi Gutmans <andi@php.net>2001-12-06 17:23:08 +0000
commitfe94f594272f797c6bb66c3c5a4ad64bbb1d7c73 (patch)
tree63643d7996a5682433680120c6c36ec922d9e0fc /Zend/zend_execute_API.c
parent75b47ad14238a71e32e4dcba3af954a4ed0f46f7 (diff)
downloadphp-git-fe94f594272f797c6bb66c3c5a4ad64bbb1d7c73.tar.gz
- Nuke the namespace work I did. It'll be redone differently.
Diffstat (limited to 'Zend/zend_execute_API.c')
-rw-r--r--Zend/zend_execute_API.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c
index a6790aa357..b82ed02802 100644
--- a/Zend/zend_execute_API.c
+++ b/Zend/zend_execute_API.c
@@ -129,7 +129,6 @@ void init_executor(TSRMLS_D)
EG(function_table) = CG(function_table);
EG(class_table) = CG(class_table);
- EG(namespaces) = CG(namespaces);
EG(in_execution) = 0;