diff options
author | Xinchen Hui <laruence@gmail.com> | 2016-06-14 21:29:02 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2016-06-14 21:29:02 +0800 |
commit | 8c41df548078425bce27cd833516e3a7392fe1c3 (patch) | |
tree | 5f1e95252a326afb513f7334d5458752b7f340a4 /ext/xml | |
parent | f2a0d37323f75fdccafe7126f5e3a21004602611 (diff) | |
download | php-git-8c41df548078425bce27cd833516e3a7392fe1c3.tar.gz |
Unused var
Diffstat (limited to 'ext/xml')
-rw-r--r-- | ext/xml/xml.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/xml/xml.c b/ext/xml/xml.c index 9a23044641..fe29f2891d 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -1554,7 +1554,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; |