Fix some Clang -Wunused-but-set-variable warnings

(cherry picked from commit e771804e78)
This commit is contained in:
Rémi Verschelde
2022-12-20 18:14:02 +01:00
parent 44cb43b5e7
commit 78cb71354a
4 changed files with 0 additions and 11 deletions

View File

@@ -529,7 +529,6 @@ private:
Vector<String> failed_files;
int idx = 0;
while (ret == UNZ_OK) {
//get filename
unz_file_info info;
@@ -569,7 +568,6 @@ private:
}
}
idx++;
ret = unzGoToNextFile(pkg);
}