]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
crimson/.../cache: remove unused query_counters_t
authorSamuel Just <sjust@redhat.com>
Mon, 18 Aug 2025 22:22:43 +0000 (15:22 -0700)
committerSamuel Just <sjust@redhat.com>
Mon, 25 Aug 2025 15:47:04 +0000 (08:47 -0700)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/os/seastore/cache.h

index a4cedf179650f76d8c61d21484f09a2d979d5b76..80ea88167316cfa1027b1129b816883ea8c9aff6 100644 (file)
@@ -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;