ceph_dedup_tool: remove unused SampleDedupWorkerThread::duplicable_chunks

Signed-off-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
Samuel Just 2022-09-16 20:15:15 -07:00 committed by myoungwon oh
parent 6ae386d48f
commit 4878cebe20

View File

@ -638,7 +638,6 @@ private:
IoCtx io_ctx;
IoCtx chunk_io_ctx;
std::list<chunk_t> duplicable_chunks;
size_t total_duplicated_size = 0;
size_t total_object_size = 0;