Skip to content

Commit

Permalink
Common: Cleanup an unused constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownbrackets committed Mar 8, 2023
1 parent 2fce2df commit bfb7a5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Common/File/VFS/ZipFileReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ class ZipFileReaderOpenFile : public VFSOpenFile {
zip_file_t *zf = nullptr;
};

static constexpr zip_uint64_t INVALID_ZIP_SIZE = 0xFFFFFFFFFFFFFFFFULL;

VFSFileReference *ZipFileReader::GetFile(const char *path) {
std::lock_guard<std::mutex> guard(lock_);
int zi = zip_name_locate(zip_file_, path, ZIP_FL_NOCASE);
Expand Down

0 comments on commit bfb7a5b

Please sign in to comment.