]> granicus.if.org Git - php/commitdiff
Unused var
authorXinchen Hui <laruence@php.net>
Sat, 21 Feb 2015 02:58:23 +0000 (10:58 +0800)
committerXinchen Hui <laruence@php.net>
Sat, 21 Feb 2015 02:58:23 +0000 (10:58 +0800)
Zend/zend_ast.c

index ee3ae69a34c3bfb33a76affc5f328414118a2c06..f888fda28907b42d7f34cee442702e908b61524b 100644 (file)
@@ -890,7 +890,6 @@ static void zend_ast_export_zval(smart_str *str, zval *zv, int priority, int ind
 
 static void zend_ast_export_ex(smart_str *str, zend_ast *ast, int priority, int indent)
 {
-       zval *zv;
        zend_ast_decl *decl;
        int p, pl, pr;
        const char *op;