executor: removed unused field from exec_utils.go

This commit is contained in:
Nick Ethier 2019-09-30 11:57:34 -04:00
parent 6fd773eb88
commit 67ac161565
No known key found for this signature in database
GPG key ID: 07C1A3ECED90D24A

View file

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