mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Add appropriate #ifdef around a declaration
This commit is contained in:
parent
185a5000e6
commit
dcc4458aa0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue