Browse Source

Windows: Remove erroneous comment

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 10 years ago
parent
commit
bd30d27636
1 changed files with 0 additions and 2 deletions
  1. 0 2
      daemon/execdriver/windows/ttyconsole.go

+ 0 - 2
daemon/execdriver/windows/ttyconsole.go

@@ -21,8 +21,6 @@ func NewTtyConsole(id string, processid uint32) *TtyConsole {
 }
 
 func (t *TtyConsole) Resize(h, w int) error {
-	// TODO Windows: This is not implemented in HCS. Needs plumbing through
-	// along with mechanism for buffering
 	return hcsshim.ResizeConsoleInComputeSystem(t.id, t.processid, h, w)
 }