From c35d34a10d1d907d6ba9b9589bedda3c58e9da77 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Fri, 9 Sep 2011 07:57:29 +0000 Subject: [PATCH] - nuke unused var --- ext/spl/spl_directory.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.50.1