From: Samuel Just Date: Sat, 17 Sep 2022 02:56:21 +0000 (+0000) Subject: ceph_dedup_tool: remove unused SampleDedupGlobal::object_dedup_threshold X-Git-Tag: v18.0.0~6^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8a50a627ee38a4fff13b29f2654e92ed3ee2181f;p=ceph.git ceph_dedup_tool: remove unused SampleDedupGlobal::object_dedup_threshold Signed-off-by: Samuel Just --- diff --git a/src/tools/ceph_dedup_tool.cc b/src/tools/ceph_dedup_tool.cc index c69cea69fe2d..53db3fd92ccf 100644 --- a/src/tools/ceph_dedup_tool.cc +++ b/src/tools/ceph_dedup_tool.cc @@ -585,7 +585,6 @@ public: struct SampleDedupGlobal { FpStore fp_store; - double object_dedup_threshold = -1; double sampling_ratio = -1; SampleDedupGlobal( int chunk_threshold,