Commit dcc4458a authored by Marko Mäkelä's avatar Marko Mäkelä

Add appropriate #ifdef around a declaration

parent 185a5000
...@@ -89,7 +89,6 @@ rbt_check_ordering( ...@@ -89,7 +89,6 @@ rbt_check_ordering(
return(TRUE); return(TRUE);
} }
#endif /* UNIV_DEBUG || IB_RBT_TESTING */
/**********************************************************************//** /**********************************************************************//**
Check that every path from the root to the leaves has the same count. Check that every path from the root to the leaves has the same count.
...@@ -138,6 +137,7 @@ rbt_count_black_nodes( ...@@ -138,6 +137,7 @@ rbt_count_black_nodes(
return(result); return(result);
} }
#endif /* UNIV_DEBUG || IB_RBT_TESTING */
/**********************************************************************//** /**********************************************************************//**
Turn the node's right child's left sub-tree into node's right sub-tree. Turn the node's right child's left sub-tree into node's right sub-tree.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment