Przeglądaj źródła

Removed unused variable.

Ryan C. Gordon 8 lat temu
rodzic
commit
a7616f3960
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/archiver_hog.c

+ 0 - 1
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. */