Remove unused variables, unused assignments

This commit is contained in:
Paul Cornett
2019-02-25 09:12:43 -08:00
parent ceee8d554a
commit b5028f267d
7 changed files with 1 additions and 22 deletions

View File

@@ -1073,7 +1073,6 @@ bool wxZipEntry::LoadExtraInfo(const char* extraData, wxUint16 extraLen, bool lo
// promoted to int, which has range large enough to deal with any value
// of the field length.
extraData += fieldLen + 4;
extraLen -= fieldLen + 4;
}
// extraInfo had unknown format