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: