aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/structuredcachestore.cpp
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-05-02 10:18:31 +0200
committerDan Engelbrecht <[email protected]>2022-05-02 10:18:31 +0200
commitc89190f7fabf8a08cda2255937dc99ca35972210 (patch)
treef67248118b6dc47f5f3665ba09f7745bd69b0f5a /zenserver/cache/structuredcachestore.cpp
parentcleanup (diff)
downloadzen-c89190f7fabf8a08cda2255937dc99ca35972210.tar.xz
zen-c89190f7fabf8a08cda2255937dc99ca35972210.zip
Move bulk of MigrateLegacyData to blockstore.cpp
Diffstat (limited to 'zenserver/cache/structuredcachestore.cpp')
-rw-r--r--zenserver/cache/structuredcachestore.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/zenserver/cache/structuredcachestore.cpp b/zenserver/cache/structuredcachestore.cpp
index 9ae5b0f17..5cebaa948 100644
--- a/zenserver/cache/structuredcachestore.cpp
+++ b/zenserver/cache/structuredcachestore.cpp
@@ -1836,7 +1836,6 @@ ZenCacheDiskLayer::CacheBucket::CollectGarbage(GcContext& GcCtx)
m_PayloadAlignment,
false,
[this, &DeletedChunks, &ChunkIndexToChunkHash, &Index, &ReadBlockTimeUs, &ReadBlockLongestTimeUs](
- uint32_t,
const std::unordered_map<size_t, BlockStoreLocation>& MovedChunks,
const std::vector<size_t>& RemovedChunks) {
std::vector<DiskIndexEntry> LogEntries;