]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
ceph_dedup_tool: remove unused SampleDedupWorkerThread::duplicable_chunks
authorSamuel Just <sjust@redhat.com>
Sat, 17 Sep 2022 03:15:15 +0000 (20:15 -0700)
committermyoungwon oh <ohmyoungwon@gmail.com>
Mon, 19 Sep 2022 04:22:04 +0000 (13:22 +0900)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/tools/ceph_dedup_tool.cc

index 4737e74fa8c1b25f07937f7eac6283fa405d37d0..1c1799409254ed9ba3232bfe35287b4306112734 100644 (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;