mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 18:02:24 +00:00
Update FileCache.cpp
This commit is contained in:
parent
2d90270c17
commit
6f6434d50d
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user