diff options
| author | Dan Engelbrecht <[email protected]> | 2022-03-22 12:26:18 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-03-31 11:28:33 +0200 |
| commit | aeb56af7c7a1ca6613dcdfdf28e2e01dcd96a4a0 (patch) | |
| tree | 6c5151911fb662afdd6ee6ffb2a67cd1aace1b8c | |
| parent | void copy of std::filesystem::path (diff) | |
| download | zen-aeb56af7c7a1ca6613dcdfdf28e2e01dcd96a4a0.tar.xz zen-aeb56af7c7a1ca6613dcdfdf28e2e01dcd96a4a0.zip | |
remove test code
| -rw-r--r-- | zenstore/compactcas.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zenstore/compactcas.cpp b/zenstore/compactcas.cpp index f80503757..e0a0dcd00 100644 --- a/zenstore/compactcas.cpp +++ b/zenstore/compactcas.cpp @@ -629,7 +629,6 @@ CasContainerStrategy::CollectGarbage(GcContext& GcCtx) std::shared_ptr<ChunkBlock> BlockFile; { RwLock::ExclusiveLockScope _i(m_LocationMapLock); - CHECK(m_BlockedGcd.contains(BlockIndex)); m_ChunkBlocks[BlockIndex].swap(BlockFile); } ZEN_DEBUG("marking cas store file for delete {}, block {}", m_ContainerBaseName, std::to_string(BlockIndex)); |