From e0946c6d455d618fefeb7ec9cd4ac55976238400 Mon Sep 17 00:00:00 2001 From: Alec Murphy Date: Sun, 21 Sep 2025 09:37:07 -0400 Subject: [PATCH] System/Libraries/Stdio: Remove outdated TODO --- System/Libraries/Stdio.HC | 2 -- 1 file changed, 2 deletions(-) diff --git a/System/Libraries/Stdio.HC b/System/Libraries/Stdio.HC index 6ba94e0..108c066 100644 --- a/System/Libraries/Stdio.HC +++ b/System/Libraries/Stdio.HC @@ -202,9 +202,7 @@ U0 @stdio_read_line_autocomplete(@shell* sh, U8* prompt, U8* str, I64* pos) @stdio_read_line_autocomplete_cmd(sh, ac_buf, str, pos); break; default: - // TODO: if we have >1, print the list @stdio_read_line_autocomplete_list_cmds(sh, prompt, ac_buf, str, pos, cmd_count); - // and reprint str below it? break; } default: