Commit 2c112391 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

rb: Drop rb_attach_node

It's unused and wrong.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 652363d7
......@@ -55,11 +55,6 @@ static void rb_init_node(struct rb_node *node)
RB_CLEAR_NODE(node);
}
static void rb_attach_node(struct rb_root *root, struct rb_node *node)
{
root->rb_node = node;
}
extern void rb_insert_color(struct rb_node *node, struct rb_root *root);
extern void rb_erase(struct rb_node *node, struct rb_root *root);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment