]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
crimson/os/seastore/btree: drop unused lba mapping method
authorXuehan Xu <xuxuehan@qianxin.com>
Mon, 16 Oct 2023 03:57:39 +0000 (11:57 +0800)
committerXuehan Xu <xuxuehan@qianxin.com>
Wed, 1 Nov 2023 07:13:15 +0000 (15:13 +0800)
Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
src/crimson/os/seastore/btree/btree_range_pin.h

index 68188e9ff55022b91df5fd528b7120a51e871d04..7a08b6d894729e2830f3b0043ae805d662d55bcb 100644 (file)
@@ -153,10 +153,6 @@ public:
     return parent;
   }
 
-  void set_parent(CachedExtentRef ext) {
-    parent = ext;
-  }
-
   uint16_t get_pos() const final {
     return pos;
   }