Windows: Remove erroneous comment
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: bd30d27636718b3ea576caa52807507d57283580 Component: engine
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user