mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +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);
|
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(
|
||||||
|
|
||||||
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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue