diff options
author | michele papalini <micpapal+fdio@cisco.com> | 2017-08-08 18:19:51 +0200 |
---|---|---|
committer | michele papalini <micpapal+fdio@cisco.com> | 2017-08-08 18:19:51 +0200 |
commit | 40418e3e4261cad4cb57b7b40e46bf2fdbf8c77b (patch) | |
tree | 729ec9a99594f79f0ebadf6008160225a5b6b3cc /libparc/parc/algol/test | |
parent | c3cd37a462a2a2ae1fa3a98b10bb2a070a988af5 (diff) |
removed recoursive debuggin functions from RB tree
Change-Id: I53aa3b7848c1560cf67de10d6ad34ceba51f6891
Signed-off-by: michele papalini <micpapal+fdio@cisco.com>
Diffstat (limited to 'libparc/parc/algol/test')
-rwxr-xr-x | libparc/parc/algol/test/test_parc_TreeRedBlack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libparc/parc/algol/test/test_parc_TreeRedBlack.c b/libparc/parc/algol/test/test_parc_TreeRedBlack.c index cf2f19ca..7fb1828a 100755 --- a/libparc/parc/algol/test/test_parc_TreeRedBlack.c +++ b/libparc/parc/algol/test/test_parc_TreeRedBlack.c @@ -248,7 +248,6 @@ rbCheckTree(const PARCTreeRedBlack *tree) { assertNotNull(tree, "Tree can't be NULL"); //printf("--- TREE ---\n"); - _rbNodeAssertTreeInvariants(tree); if (tree->size > 0) { //_rbNodeRecursiveRun((PARCTreeRedBlack *)tree,tree->root,rbCheckNode,(void *)tree); recursiveCheckBlackDepth(tree, tree->root); |