Windows:NewDirectIOFromFIFOSet

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard
2019-01-15 09:19:13 -08:00
parent 96f306ee4c
commit 90caf6f6a7
3 changed files with 24 additions and 4 deletions

View File

@@ -152,7 +152,3 @@ func NewDirectIO(ctx context.Context, fifos *FIFOSet) (*DirectIO, error) {
},
}, err
}
func (p *pipes) closers() []io.Closer {
return []io.Closer{p.Stdin, p.Stdout, p.Stderr}
}