Skip to content

Commit

Permalink
Removed unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 22, 2017
1 parent 0309733 commit a7616f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/archiver_hog.c
Expand Up @@ -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. */
Expand Down

0 comments on commit a7616f3

Please sign in to comment.