summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-06-04 20:54:48 +0000
committerMarcus Boerger <helly@php.net>2003-06-04 20:54:48 +0000
commitb70cf4074252a2e524ead2927c8e29ecb2eaa25e (patch)
treed764afe2e6f8b0b2cfef5e833f8b26edb984e76e /ext/spl/php_spl.h
parenta8c7c3bc5e93a0de0639bd25965a15375db0d04b (diff)
downloadphp-git-b70cf4074252a2e524ead2927c8e29ecb2eaa25e.tar.gz
Goodbye namespaces
Diffstat (limited to 'ext/spl/php_spl.h')
-rwxr-xr-xext/spl/php_spl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h
index d06090d52d..e54ef2dbcb 100755
--- a/ext/spl/php_spl.h
+++ b/ext/spl/php_spl.h
@@ -83,7 +83,6 @@ extern int spl_globals_id;
extern zend_spl_globals spl_globals;
#endif
-extern zend_namespace *spl_ns_spl;
extern zend_class_entry *spl_ce_iterator;
extern zend_class_entry *spl_ce_forward;
extern zend_class_entry *spl_ce_sequence;