diff --git a/client/allocrunner/taskrunner/envoybootstrap_hook.go b/client/allocrunner/taskrunner/envoybootstrap_hook.go index 5de2551a4..29e53fb49 100644 --- a/client/allocrunner/taskrunner/envoybootstrap_hook.go +++ b/client/allocrunner/taskrunner/envoybootstrap_hook.go @@ -43,9 +43,6 @@ type envoyBootstrapHook struct { // Consul's gRPC endpoint. consulHTTPAddr string - // executable is executable file that is consul - executable string - // logger is used to log things logger hclog.Logger }