System/Libraries/Stdio: Remove outdated TODO

This commit is contained in:
Alec Murphy
2025-09-21 09:37:07 -04:00
parent b86cd2ce3d
commit e0946c6d45

View File

@@ -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: