From a7616f39609a42f0d6904470b91e7a9f523a8357 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 21 Jul 2017 22:35:30 -0400 Subject: [PATCH] Removed unused variable. --- src/archiver_hog.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/archiver_hog.c b/src/archiver_hog.c index 57943f37..f3d5bfac 100644 --- a/src/archiver_hog.c +++ b/src/archiver_hog.c @@ -64,7 +64,6 @@ static int hogLoadEntries(PHYSFS_Io *io, void *unpkarc) static void *HOG_openArchive(PHYSFS_Io *io, const char *name, int forWriting) { PHYSFS_uint8 buf[3]; - PHYSFS_uint32 count = 0; void *unpkarc = NULL; assert(io != NULL); /* shouldn't ever happen. */