rbheap: Drop direction from _RBTree_Iterate()

This commit is contained in:
Sebastian Huber
2015-08-31 09:59:42 +02:00
parent 3f49446e54
commit 2d48456ef5
5 changed files with 6 additions and 18 deletions
-2
View File
@@ -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
);