mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
remove unused variables (#4636)
This commit is contained in:
parent
77622095d5
commit
3e5b7cd392
2 changed files with 0 additions and 7 deletions
|
|
@ -793,7 +793,6 @@ UnZip::ErrorCode UnzipPrivate::inflateFile(
|
|||
|
||||
// extract data
|
||||
qint64 read;
|
||||
quint64 tot = 0;
|
||||
|
||||
/* Allocate inflate state */
|
||||
z_stream zstr;
|
||||
|
|
@ -826,7 +825,6 @@ UnZip::ErrorCode UnzipPrivate::inflateFile(
|
|||
decryptBytes(*keys, buffer1, read);
|
||||
|
||||
cur++;
|
||||
tot += read;
|
||||
|
||||
zstr.avail_in = (uInt) read;
|
||||
zstr.next_in = (Bytef*) buffer1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue