From 0be3a5dcd548faa782000f906cf506c27b4879d5 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 11 Jul 2008 09:11:18 +0000 Subject: [PATCH] drop unused var --- ext/phar/func_interceptors.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/phar/func_interceptors.c b/ext/phar/func_interceptors.c index efc07dc4bb..266bbb0d8a 100644 --- a/ext/phar/func_interceptors.c +++ b/ext/phar/func_interceptors.c @@ -1036,8 +1036,6 @@ PharFileFunction(phar_stat, FS_STAT, orig_stat) /* {{{ void phar_intercept_functions(TSRMLS_D) */ void phar_intercept_functions(TSRMLS_D) { - zend_function *orig; - if (!PHAR_G(request_init)) { PHAR_G(cwd) = NULL; PHAR_G(cwd_len) = 0; -- 2.50.1