From: Xuehan Xu Date: Mon, 16 Oct 2023 03:57:39 +0000 (+0800) Subject: crimson/os/seastore/btree: drop unused lba mapping method X-Git-Tag: v19.0.0~185^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3de9912171d4d63b8a41e51f9b73f0bfc10187ce;p=ceph-ci.git crimson/os/seastore/btree: drop unused lba mapping method Signed-off-by: Xuehan Xu --- diff --git a/src/crimson/os/seastore/btree/btree_range_pin.h b/src/crimson/os/seastore/btree/btree_range_pin.h index 68188e9ff55..7a08b6d8947 100644 --- a/src/crimson/os/seastore/btree/btree_range_pin.h +++ b/src/crimson/os/seastore/btree/btree_range_pin.h @@ -153,10 +153,6 @@ public: return parent; } - void set_parent(CachedExtentRef ext) { - parent = ext; - } - uint16_t get_pos() const final { return pos; }