From 67a97bc9cd5484034bbd30117080c647c748a469 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Mon, 18 Aug 2025 15:22:43 -0700 Subject: [PATCH] crimson/.../cache: remove unused query_counters_t Signed-off-by: Samuel Just --- src/crimson/os/seastore/cache.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/crimson/os/seastore/cache.h b/src/crimson/os/seastore/cache.h index a4cedf17965..80ea8816731 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; -- 2.39.5