mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #14830 from Microsoft/10662-removebadcomment
Windows: Remove erroneous comment only (no code change)
This commit is contained in:
commit
d52b2b98ba
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue