Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed unused variables.
  • Loading branch information
icculus committed Jul 17, 2017
1 parent f83e36a commit d38c10d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/archiver_7z.c
Expand Up @@ -350,8 +350,6 @@ static int SZIP_stat(void *opaque, const char *path, PHYSFS_Stat *stat)
SZIPinfo *info = (SZIPinfo *) opaque;
SZIPentry *entry;
PHYSFS_uint32 idx;
const CNtfsFileTime *ctimeval = NULL;
const CNtfsFileTime *mtimeval = NULL;

entry = (SZIPentry *) __PHYSFS_DirTreeFind(&info->tree, path);
BAIL_IF_ERRPASS(!entry, 0);
Expand Down

0 comments on commit d38c10d

Please sign in to comment.