diff options
| author | Antony Dovgal <tony2001@php.net> | 2008-07-11 09:11:18 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2008-07-11 09:11:18 +0000 |
| commit | 0be3a5dcd548faa782000f906cf506c27b4879d5 (patch) | |
| tree | 994ee831edc1226bd594a293c659183c86ceeb2e | |
| parent | 120f19b6a6cfdcc23da404d0b4f356c09a019a52 (diff) | |
| download | php-git-0be3a5dcd548faa782000f906cf506c27b4879d5.tar.gz | |
drop unused var
| -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; |
