Ryan C. Gordon 8 лет назад
Родитель
Сommit
d38c10dea7
1 измененных файлов с 0 добавлено и 2 удалено
  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;
     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);