summaryrefslogtreecommitdiff
path: root/ext/libxml/libxml.c
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2006-06-26 14:11:17 +0000
committerHannes Magnusson <bjori@php.net>2006-06-26 14:11:17 +0000
commitd258bcd95122aad4d944cc601c1b0eeddd9a8d01 (patch)
tree73af4130ecf6cf0f3a50b1fe463b2cd24ce83e67 /ext/libxml/libxml.c
parentae1ec65637a1a4e483ac4036f85a1f2915eb3f32 (diff)
downloadphp-git-d258bcd95122aad4d944cc601c1b0eeddd9a8d01.tar.gz
MFH: Removed obsolete arginfo include
Diffstat (limited to 'ext/libxml/libxml.c')
-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 a7a719898d..1e373f664d 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 */
/* }}} */