]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
include/cpp-btree: drop btree::dump() 32692/head
authorKefu Chai <kchai@redhat.com>
Fri, 17 Jan 2020 05:14:09 +0000 (13:14 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 17 Jan 2020 05:15:44 +0000 (13:15 +0800)
commitb6b515c8187b874b67ece5639a030adf4ff458f0
tree98f992a7d5b4f2329090da7ae4bb909f89be3737
parent5608724818bbc8e50015a0dc6520e606d44304aa
include/cpp-btree: drop btree::dump()

btree::dump() is a helper for printing out all the leaf nodes in a
btree, it's used by "operator<<()". but this operator is not used.
let's remove it.

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