diff options
author | Felipe Pena <felipensp@gmail.com> | 2012-08-19 15:09:18 -0300 |
---|---|---|
committer | Felipe Pena <felipensp@gmail.com> | 2012-08-19 15:09:18 -0300 |
commit | 13768f8650d58156c0e0380a662cad93a7cf77eb (patch) | |
tree | 2d4a1fa1a55040a6e102d99825425e131a58c9de | |
parent | d6e6db4501254524ad442f68e760ad975f083476 (diff) | |
parent | f4054afe40bd2b1876832b01f6cbae8f8236d2aa (diff) | |
download | php-git-13768f8650d58156c0e0380a662cad93a7cf77eb.tar.gz |
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
- 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 d5b6a5dd13..5fcb2b6573 100644 --- a/ext/phar/util.c +++ b/ext/phar/util.c @@ -210,8 +210,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 */ |