Skip to content

Commit f5e65c0

Browse files
committed
ZIP: correct shadowed variables
Closes: #103
1 parent 0ee254a commit f5e65c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/io/ZIP.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ struct ZipFileHeader
163163

164164
bool Read(std::istream& istream,const bool global)
165165
{unsigned int sig;
166-
unsigned short version,flags;
167166
// read and check for local/global magic
168167
if(global){
169168
Read_Primitive(istream,sig);

0 commit comments

Comments
 (0)