From 2b39e47fda96580eec5a867bec4dd0b0132f22ee Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 1 Jun 2012 05:59:12 -0400 Subject: [PATCH] Removed a '//' comment. --- src/archiver_zip.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/archiver_zip.c b/src/archiver_zip.c index 2843fb98..546d8c0e 100644 --- a/src/archiver_zip.c +++ b/src/archiver_zip.c @@ -1214,7 +1214,6 @@ static int zip64_parse_end_of_central_dir(PHYSFS_Io *io, ZIPinfo *info, PHYSFS_uint64 ui64; PHYSFS_uint32 ui32; PHYSFS_uint16 ui16; - //PHYSFS_sint64 len; /* We should be positioned right past the locator signature. */