Merge pull request #14830 from Microsoft/10662-removebadcomment

Windows: Remove erroneous comment only (no code change)
Upstream-commit: d52b2b98babf03df961cda17eefd721970dd387d
Component: engine
This commit is contained in:
Antonio Murdaca
2015-07-22 00:39:58 +02:00
@@ -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)
}