mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-27 17:54:25 +08:00
rbheap: Drop direction from _RBTree_Iterate()
This commit is contained in:
@@ -75,7 +75,6 @@ typedef struct {
|
||||
|
||||
static bool chunk_visitor(
|
||||
const RBTree_Node *node,
|
||||
RBTree_Direction dir,
|
||||
void *visitor_arg
|
||||
)
|
||||
{
|
||||
@@ -175,7 +174,6 @@ static void test_chunk_tree(
|
||||
|
||||
_RBTree_Iterate(
|
||||
&control->chunk_tree,
|
||||
RBT_RIGHT,
|
||||
chunk_visitor,
|
||||
&context
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user