diff --git a/archivers/hog.c b/archivers/hog.c index 123b9db..a6e7ade 100644 --- a/archivers/hog.c +++ b/archivers/hog.c @@ -321,7 +321,6 @@ static int hog_load_entries(const char *name, int forWriting, HOGinfo *info) void *fh = NULL; PHYSFS_uint32 fileCount; HOGentry *entry; - char *ptr; BAIL_IF_MACRO(!hog_open(name, forWriting, &fh, &fileCount), NULL, 0); info->entryCount = fileCount; diff --git a/archivers/mvl.c b/archivers/mvl.c index c9ea828..25cb828 100644 --- a/archivers/mvl.c +++ b/archivers/mvl.c @@ -288,7 +288,6 @@ static int mvl_load_entries(const char *name, int forWriting, MVLinfo *info) PHYSFS_uint32 fileCount; PHYSFS_uint32 location = 8; /* sizeof sig. */ MVLentry *entry; - char *ptr; BAIL_IF_MACRO(!mvl_open(name, forWriting, &fh, &fileCount), NULL, 0); info->entryCount = fileCount;