Browse Source

Removed unused variables.

Ryan C. Gordon 8 years ago
parent
commit
d38c10dea7
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/archiver_7z.c

+ 0 - 2
src/archiver_7z.c

@@ -350,8 +350,6 @@ static int SZIP_stat(void *opaque, const char *path, PHYSFS_Stat *stat)
     SZIPinfo *info = (SZIPinfo *) opaque;
     SZIPinfo *info = (SZIPinfo *) opaque;
     SZIPentry *entry;
     SZIPentry *entry;
     PHYSFS_uint32 idx;
     PHYSFS_uint32 idx;
-    const CNtfsFileTime *ctimeval = NULL;
-    const CNtfsFileTime *mtimeval = NULL;
 
 
     entry = (SZIPentry *) __PHYSFS_DirTreeFind(&info->tree, path);
     entry = (SZIPentry *) __PHYSFS_DirTreeFind(&info->tree, path);
     BAIL_IF_ERRPASS(!entry, 0);
     BAIL_IF_ERRPASS(!entry, 0);