diff options
Diffstat (limited to 'exec2/handle.go')
-rw-r--r-- | exec2/handle.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/exec2/handle.go b/exec2/handle.go index 1316922..b4d55a2 100644 --- a/exec2/handle.go +++ b/exec2/handle.go @@ -7,7 +7,6 @@ import ( "time" hclog "github.com/hashicorp/go-hclog" - plugin "github.com/hashicorp/go-plugin" "github.com/hashicorp/nomad/drivers/shared/executor" "github.com/hashicorp/nomad/plugins/drivers" ) @@ -15,7 +14,6 @@ import ( type taskHandle struct { exec executor.Executor pid int - pluginClient *plugin.Client logger hclog.Logger // stateLock syncs access to all fields below |