From 8abbbdde38bdbe9c8d2735bcb5f6e19880731055 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 21 Jul 2014 18:29:00 +0200 Subject: rbtree: Do not set node off-tree in extract --- cpukit/score/src/rbtreeextract.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpukit/score/src/rbtreeextract.c') diff --git a/cpukit/score/src/rbtreeextract.c b/cpukit/score/src/rbtreeextract.c index 0ea805bd59..a1896a960e 100644 --- a/cpukit/score/src/rbtreeextract.c +++ b/cpukit/score/src/rbtreeextract.c @@ -202,9 +202,6 @@ void _RBTree_Extract( } } - /* Wipe the_node */ - _RBTree_Set_off_rbtree( the_node ); - /* set root to black, if it exists */ if ( the_rbtree->root ) the_rbtree->root->color = RBT_BLACK; -- cgit v1.2.3