Skip to content

Commit f4054af

Browse files
committed
- Value stored to var is never used
1 parent 3dd256a commit f4054af

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
@@ -211,8 +211,6 @@ int phar_mount_entry(phar_archive_data *phar, char *filename, int filename_len,
211211
return FAILURE;
212212
}
213213
#endif
214-
215-
filename_len = strlen(entry.tmp);
216214
filename = entry.tmp;
217215

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

0 commit comments

Comments
 (0)