]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
include/cpp-btree: drop node handle support
authorKefu Chai <kchai@redhat.com>
Sat, 12 Jun 2021 09:35:07 +0000 (17:35 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 18 Jun 2021 01:13:12 +0000 (09:13 +0800)
commit021e7389a3af6d66693f90b0c329f53b8ed5a56f
tree21a6535790cd6a30a371c801e0d468021bd7ce79
parentef8e54590757bcf14f09b521a6459c79b1228ffe
include/cpp-btree: drop node handle support

this is a leftover in 73f2d70fc8bdbb4a963483ded0487dd744def215,

the node support is useful if we want to move a node around in a
node-based container. but in the case of b-tree, multiple elements
are packed into a single node/block, so we cannot benefit from this
feature, i think. so just drop all of them.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/include/cpp-btree/btree_container.h
src/include/cpp-btree/btree_set.h