diff --git a/common/bootcommand/boot_command_ast.go b/common/bootcommand/boot_command_ast.go index 02ec5fbff..669f7f50d 100644 --- a/common/bootcommand/boot_command_ast.go +++ b/common/bootcommand/boot_command_ast.go @@ -8,14 +8,6 @@ import ( "time" ) -/* -TODO: - * pc-at abstraction - * check that `` works. It's different now. - * parallels - * hyperv- -*/ - // KeysAction represents what we want to do with a key press. // It can take 3 states. We either want to: // * press the key once