diff options
-rw-r--r-- | ext/phar/func_interceptors.c | 2 |
1 files changed, 0 insertions, 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; |