executor: removed unused field from exec_utils.go
This commit is contained in:
parent
6fd773eb88
commit
67ac161565
|
@ -18,9 +18,6 @@ import (
|
|||
type execHelper struct {
|
||||
logger hclog.Logger
|
||||
|
||||
// networkSpec is the network isolation spec, set when platforms support network namespaces
|
||||
networkSpec *drivers.NetworkIsolationSpec
|
||||
|
||||
// newTerminal function creates a tty appropriate for the command
|
||||
// The returned pty end of tty function is to be called after process start.
|
||||
newTerminal func() (pty func() (*os.File, error), tty *os.File, err error)
|
||||
|
|
Loading…
Reference in a new issue