Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
frabert committed Jul 3, 2017
1 parent 656a9b9 commit dc5958e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/archiver_zip.c
Expand Up @@ -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))
Expand Down

0 comments on commit dc5958e

Please sign in to comment.