Просмотр исходного кода

Merge pull request #14830 from Microsoft/10662-removebadcomment

Windows: Remove erroneous comment only (no code change)
Antonio Murdaca 10 лет назад
Родитель
Сommit
d52b2b98ba
1 измененных файлов с 0 добавлено и 2 удалено
  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 {
 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)
 	return hcsshim.ResizeConsoleInComputeSystem(t.id, t.processid, h, w)
 }
 }