From 31d04f1945ea6ee58e23039aac920ec176ec8bdb Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Thu, 19 Apr 2018 12:06:29 -0700 Subject: [PATCH] remove outdated comment --- common/bootcommand/boot_command_ast.go | 8 -------- 1 file changed, 8 deletions(-) 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