diff options
Diffstat (limited to 'rb_tree.c')
-rw-r--r-- | rb_tree.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -334,7 +334,6 @@ void rb_tree_print(rb_tree *t, node *root) struct scopes cur_scopes; cur_scopes.mas = malloc(MIN_SIZE_BUF * sizeof(enum vert_border)); cur_scopes.size = MIN_SIZE_BUF; - /* clearing terminal */ print(t, root, start_depth, &cur_scopes); free(cur_scopes.mas); } |