From 855e3684e3edebdb3e0e3a3e4e0f5069d5316fc1 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Tue, 8 Jan 2019 12:58:12 -0500 Subject: [PATCH] fixup! remove unused field --- plugins/drivers/server.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/drivers/server.go b/plugins/drivers/server.go index 337d78fcc..2ef233af3 100644 --- a/plugins/drivers/server.go +++ b/plugins/drivers/server.go @@ -5,7 +5,6 @@ import ( "io" "github.com/golang/protobuf/ptypes" - hclog "github.com/hashicorp/go-hclog" plugin "github.com/hashicorp/go-plugin" cstructs "github.com/hashicorp/nomad/client/structs" "github.com/hashicorp/nomad/nomad/structs" @@ -20,7 +19,6 @@ import ( type driverPluginServer struct { broker *plugin.GRPCBroker impl DriverPlugin - logger hclog.Logger } func (b *driverPluginServer) TaskConfigSchema(ctx context.Context, req *proto.TaskConfigSchemaRequest) (*proto.TaskConfigSchemaResponse, error) {