mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Unused var
This commit is contained in:
parent
0f337e11bc
commit
f3231a7c76
1 changed files with 0 additions and 1 deletions
|
@ -1559,7 +1559,6 @@ PHP_FUNCTION(xml_parser_free)
|
|||
{
|
||||
zval *pind;
|
||||
xml_parser *parser;
|
||||
zend_resource *res;
|
||||
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS(), "r", &pind) == FAILURE) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue