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 6e29a9573c
commit b5bae6fac9
3 changed files with 0 additions and 9 deletions

View File

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