Remove unused variable.
This commit is contained in:
parent
656a9b92c0
commit
dc5958ec71
|
@ -1671,7 +1671,6 @@ static PHYSFS_Io *ZIP_openRead(void *opaque, const char *filename)
|
|||
ZIPfileinfo *finfo = NULL;
|
||||
PHYSFS_Io *io = NULL;
|
||||
PHYSFS_uint8 *password = NULL;
|
||||
int i;
|
||||
|
||||
/* if not found, see if maybe "$PASSWORD" is appended. */
|
||||
if ((!entry) && (info->has_crypto))
|
||||
|
|
Loading…
Reference in New Issue