branches/innodb+: rbt_remove_node_and_rebalance(): Remove bogus out: comment.

This commit is contained in:
marko 2009-05-25 06:22:15 +00:00
parent e76b873f24
commit 5f7643935d

View file

@ -660,7 +660,6 @@ static
void
rbt_remove_node_and_rebalance(
/*==========================*/
/* out: NONE */
ib_rbt_t* tree, /* in: rb tree */
ib_rbt_node_t* node) /* in: node to remove */
{