Removed unused variable.

This commit is contained in:
Ryan C. Gordon 2017-07-21 22:35:30 -04:00
parent 03097332ca
commit a7616f3960
1 changed files with 0 additions and 1 deletions

View File

@ -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. */