X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Favl_tree.c;h=38a8ecc5b449b989a8648802ae46dcaba992097b;hp=de95270ee99c56ff538af526875fbff32f8f168b;hb=c68da43690263dd818fc974cfe96364f8c8d945e;hpb=273c2bfce42d954e8295e7013bddc6d187f62ce0 diff --git a/src/avl_tree.c b/src/avl_tree.c index de95270e..38a8ecc5 100644 --- a/src/avl_tree.c +++ b/src/avl_tree.c @@ -725,8 +725,7 @@ avl_tree_swap_with_successor(struct avl_tree_node **root_ptr, * remove from the tree. * * Note: This function *only* removes the node and rebalances the tree. - * It does not free any memory, nor does it do the equivalent of - * avl_tree_node_set_unlinked(). + * It does not free any memory. */ void avl_tree_remove(struct avl_tree_node **root_ptr, struct avl_tree_node *node)