From e51799842aa367692152717a8db7c519dbc66c1f Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 1 Jul 2025 01:28:37 +0200 Subject: Remove older non-visit tree printing code Signed-off-by: Mel --- boot/catboot.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'boot/catboot.c') diff --git a/boot/catboot.c b/boot/catboot.c index fac6273..a62dc47 100644 --- a/boot/catboot.c +++ b/boot/catboot.c @@ -81,8 +81,6 @@ main(const int32 argc, const ascii* argv[]) return EXIT_FAILURE; } - tree_print(&tree); - printf("\n"); tree_printer(&tree); return EXIT_SUCCESS; -- cgit 1.4.1