]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_dedup_tool: remove unused SampleDedupGlobal::object_dedup_threshold
authorSamuel Just <sjust@redhat.com>
Sat, 17 Sep 2022 02:56:21 +0000 (02:56 +0000)
committermyoungwon oh <ohmyoungwon@gmail.com>
Mon, 19 Sep 2022 04:21:26 +0000 (13:21 +0900)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/tools/ceph_dedup_tool.cc

index c69cea69fe2d708e870e9293e585ae2b508fe918..53db3fd92ccfa5c1b2bfd4ee848b62bff8c9f7f8 100644 (file)
@@ -585,7 +585,6 @@ public:
 
   struct SampleDedupGlobal {
     FpStore fp_store;
-    double object_dedup_threshold = -1;
     double sampling_ratio = -1;
     SampleDedupGlobal(
       int chunk_threshold,