Remove unused variable.

This commit is contained in:
Francesco Bertolaccini 2017-07-03 14:41:08 -04:00
parent 656a9b92c0
commit dc5958ec71
1 changed files with 0 additions and 1 deletions

View File

@ -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))