From d38c10dea7b61d5050a28cb12f646276822474ac Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 17 Jul 2017 12:42:09 -0400 Subject: [PATCH] Removed unused variables. --- src/archiver_7z.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/archiver_7z.c b/src/archiver_7z.c index c5dc563..4f692c1 100644 --- a/src/archiver_7z.c +++ b/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);