]> granicus.if.org Git - php/commitdiff
nuke unused variable
authorAntony Dovgal <tony2001@php.net>
Thu, 2 Feb 2006 21:43:09 +0000 (21:43 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 2 Feb 2006 21:43:09 +0000 (21:43 +0000)
ext/xml/xml.c

index 87af40b4b375264e341deb1ad5c98e42f333a9f7..7279b04f7353f3aecc1cbfb30530112d1ab5c57b 100644 (file)
@@ -1358,9 +1358,8 @@ PHP_FUNCTION(xml_parse_into_struct)
 {
        xml_parser *parser;
        zval **pind, **data, **xdata, **info = 0;
-       int argc, ret;
+       int ret;
 
-       argc = ZEND_NUM_ARGS();
        if (zend_get_parameters_ex(4, &pind, &data, &xdata,&info) == SUCCESS) {
                zval_dtor(*info);
                array_init(*info);