Removed unused variables.

This commit is contained in:
Ryan C. Gordon 2017-07-17 12:42:09 -04:00
parent f83e36a8be
commit d38c10dea7
1 changed files with 0 additions and 2 deletions

View File

@ -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);