diff options
| author | Mel <mel@rnrd.eu> | 2025-07-01 01:28:37 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-07-01 01:28:37 +0200 |
| commit | e51799842aa367692152717a8db7c519dbc66c1f (patch) | |
| tree | 2b48f355a92cae34a660ae22814b163e38639358 /boot/catboot.c | |
| parent | 37217cf1b921a2a6e128b6134518912f0bd57f62 (diff) | |
| download | catskill-e51799842aa367692152717a8db7c519dbc66c1f.tar.zst catskill-e51799842aa367692152717a8db7c519dbc66c1f.zip | |
Remove older non-visit tree printing code
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'boot/catboot.c')
| -rw-r--r-- | boot/catboot.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |
