diff options
author | Shane Caraveo <shane@php.net> | 2003-05-26 02:19:14 (GMT) |
---|---|---|
committer | Shane Caraveo <shane@php.net> | 2003-05-26 02:19:14 (GMT) |
commit | ea1437d71166f20ca827423c61aa318637b967ed (patch) | |
tree | 9a0542d96340da890ef4b72c8b97e2d8cc6a65c6 /ext | |
parent | 8e5816936476712e3b8c05b98fa3c90924083923 (diff) | |
download | php-ea1437d71166f20ca827423c61aa318637b967ed.tar.gz |
get rid of crudy stuff
Diffstat (limited to 'ext')
-rw-r--r-- | ext/simplexml/simplexml.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index e21f5ac..302703b 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -26,8 +26,6 @@ #include "php_ini.h" #include "ext/standard/info.h" #include "php_simplexml.h" -//#include "zend.h" -//#include "zend_fast_cache.h" zend_class_entry *sxe_class_entry; |