Update FileCache.cpp

This commit is contained in:
Kseniia Sumarokova 2023-08-07 14:24:19 +02:00 committed by GitHub
parent 2d90270c17
commit 6f6434d50d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1049,9 +1049,6 @@ void FileCache::loadMetadataForKeys(const fs::path & keys_dir)
fs::remove(offset_it->path());
continue;
}
[[maybe_unused]] const auto & file_segment_metadata = file_segment_metadata_it->second;
chassert(file_segment_metadata->file_segment->assertCorrectness());
}
else
{