summaryrefslogtreecommitdiff
path: root/ext/libxml
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2006-06-26 14:10:57 +0000
committerHannes Magnusson <bjori@php.net>2006-06-26 14:10:57 +0000
commit7589f995c99e15ea013823a6e882e9ab5ae10505 (patch)
tree5ca7e54c111a50ef9cdf308f3e40c70599034097 /ext/libxml
parentce56c376df281a6a31c81d44b008c80cb7a9b9f5 (diff)
downloadphp-git-7589f995c99e15ea013823a6e882e9ab5ae10505.tar.gz
Removed obsolete arg_info include
Diffstat (limited to 'ext/libxml')
-rw-r--r--ext/libxml/libxml.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c
index 0bd53fff07..f5db2ed9fd 100644
--- a/ext/libxml/libxml.c
+++ b/ext/libxml/libxml.c
@@ -68,9 +68,6 @@ zend_class_entry *libxmlerror_class_entry;
/* {{{ dynamically loadable module stuff */
#ifdef COMPILE_DL_LIBXML
ZEND_GET_MODULE(libxml)
-# ifdef PHP_WIN32
-# include "zend_arg_defs.c"
-# endif
#endif /* COMPILE_DL_LIBXML */
/* }}} */