Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlexborisov <lex.borisov@gmail.com>2016-11-21 23:45:51 +0300
committerlexborisov <lex.borisov@gmail.com>2016-11-21 23:45:51 +0300
commit11bcf850bc48afd21a9601ec4818de4adc060963 (patch)
tree055ed79740ea4314ea132ab0cefe7515067aa926
parent4e0a413cd4a7607f6ff3f6ba5151118a41ea9199 (diff)
Remove debug source from avl-tree test
-rw-r--r--test/myhtml/utils/avl_tree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/myhtml/utils/avl_tree.c b/test/myhtml/utils/avl_tree.c
index 9786fee..fee0aff 100644
--- a/test/myhtml/utils/avl_tree.c
+++ b/test/myhtml/utils/avl_tree.c
@@ -257,8 +257,6 @@ void avl_tree_test_5(void)
myhtml_utils_avl_tree_delete(avl_tree, &root_node, 4);
- printf("");
-
avl_tree = myhtml_utils_avl_tree_destroy(avl_tree, true);
}