Windows: Remove erroneous comment

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: bd30d27636718b3ea576caa52807507d57283580
Component: engine
This commit is contained in:
John Howard
2015-07-21 14:25:08 -07:00
parent 4ca43d5b83
commit 58f999ca51

View File

@ -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)
}