From: Samuel Just Date: Mon, 18 Aug 2025 22:22:43 +0000 (-0700) Subject: crimson/.../cache: remove unused query_counters_t X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=67a97bc9cd5484034bbd30117080c647c748a469;p=ceph.git crimson/.../cache: remove unused query_counters_t Signed-off-by: Samuel Just --- diff --git a/src/crimson/os/seastore/cache.h b/src/crimson/os/seastore/cache.h index a4cedf179650..80ea88167316 100644 --- a/src/crimson/os/seastore/cache.h +++ b/src/crimson/os/seastore/cache.h @@ -1685,11 +1685,6 @@ private: ExtentPinboardRef pinboard; - struct query_counters_t { - uint64_t access = 0; - uint64_t hit = 0; - }; - btree_cursor_stats_t cursor_stats; struct invalid_trans_efforts_t { io_stat_t read;