diff options
Diffstat (limited to 'ext/dom/comment.c')
-rw-r--r-- | ext/dom/comment.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/dom/comment.c b/ext/dom/comment.c index 2f9a027ea1..c0faf252b3 100644 --- a/ext/dom/comment.c +++ b/ext/dom/comment.c @@ -29,7 +29,6 @@ /* {{{ arginfo */ -static ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_comment_construct, 0, 0, 0) ZEND_ARG_INFO(0, value) ZEND_END_ARG_INFO(); |