From: Pierre Joye Date: Fri, 9 Sep 2011 07:57:29 +0000 (+0000) Subject: - nuke unused var X-Git-Tag: php-5.5.0alpha1~1202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c35d34a10d1d907d6ba9b9589bedda3c58e9da77;p=php - nuke unused var --- diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c index 0a3b9abf67..b50e71a601 100755 --- a/ext/spl/spl_directory.c +++ b/ext/spl/spl_directory.c @@ -2234,7 +2234,6 @@ SPL_METHOD(SplFileObject, __construct) char *p1, *p2; char *tmp_path; int tmp_path_len; - zval tmp; zend_error_handling error_handling; zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC);