Skip to content
Permalink
Browse files
Add appropriate #ifdef around a declaration
  • Loading branch information
dr-m committed Mar 21, 2019
1 parent 185a500 commit dcc4458
Showing 1 changed file with 1 addition and 1 deletion.
@@ -89,7 +89,6 @@ rbt_check_ordering(

return(TRUE);
}
#endif /* UNIV_DEBUG || IB_RBT_TESTING */

/**********************************************************************//**
Check that every path from the root to the leaves has the same count.
@@ -138,6 +137,7 @@ rbt_count_black_nodes(

return(result);
}
#endif /* UNIV_DEBUG || IB_RBT_TESTING */

/**********************************************************************//**
Turn the node's right child's left sub-tree into node's right sub-tree.

0 comments on commit dcc4458

Please sign in to comment.