Skip to content

Commit cd18e20

Browse files
committed
Merge branch 'PHP-5.4'
* PHP-5.4: - Value stored to var is never used
2 parents 64e4279 + 13768f8 commit cd18e20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/phar/util.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,6 @@ int phar_mount_entry(phar_archive_data *phar, char *filename, int filename_len,
210210
return FAILURE;
211211
}
212212
#endif
213-
214-
filename_len = strlen(entry.tmp);
215213
filename = entry.tmp;
216214

217215
/* only check openbasedir for files, not for phar streams */

0 commit comments

Comments
 (0)