From: Ronnie Sahlberg Date: Wed, 8 Aug 2007 21:59:50 +0000 (+1000) Subject: remove an unused function X-Git-Tag: tevent-0.9.20~348^2~2442^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18deb7e015e3189c90c992dc10cf126c92877a88;p=thirdparty%2Fsamba.git remove an unused function (This used to be ctdb commit 38a26d1f3709fbce551bc3a7af8bacd0ff465bca) --- diff --git a/ctdb/common/rb_tree.c b/ctdb/common/rb_tree.c index 36dc6397b2f..a06cd02edbf 100644 --- a/ctdb/common/rb_tree.c +++ b/ctdb/common/rb_tree.c @@ -276,16 +276,6 @@ trbt_sibling(trbt_node_t *node) } } -static inline trbt_node_t * -trbt_sibline(trbt_node_t *node) -{ - if (node==node->parent->left) { - return node->parent->right; - } else { - return node->parent->left; - } -} - static inline void trbt_delete_case6(trbt_node_t *node) {