diff options
| author | Felipe Pena <felipensp@gmail.com> | 2012-08-19 15:09:14 -0300 | 
|---|---|---|
| committer | Felipe Pena <felipensp@gmail.com> | 2012-08-19 15:09:14 -0300 | 
| commit | f4054afe40bd2b1876832b01f6cbae8f8236d2aa (patch) | |
| tree | ebbb9d2b83a7d72a1cec37332136b8c37db7b31a | |
| parent | 3dd256a67b61a995b580cce762a46be689ea34b1 (diff) | |
| download | php-git-f4054afe40bd2b1876832b01f6cbae8f8236d2aa.tar.gz | |
- Value stored to var is never used
| -rw-r--r-- | ext/phar/util.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/ext/phar/util.c b/ext/phar/util.c index 9797ec8250..cc4457493b 100644 --- a/ext/phar/util.c +++ b/ext/phar/util.c @@ -211,8 +211,6 @@ int phar_mount_entry(phar_archive_data *phar, char *filename, int filename_len,  		return FAILURE;  	}  #endif - -	filename_len = strlen(entry.tmp);  	filename = entry.tmp;  	/* only check openbasedir for files, not for phar streams */ | 
