diff --git a/pkg/store/consul.go b/pkg/store/consul.go index 1936c35c7b..ff33226693 100644 --- a/pkg/store/consul.go +++ b/pkg/store/consul.go @@ -2,7 +2,6 @@ package store import ( "crypto/tls" - "errors" "net/http" "time" @@ -10,11 +9,6 @@ import ( api "github.com/hashicorp/consul/api" ) -var ( - // ErrSessionUndefined is exported - ErrSessionUndefined = errors.New("Session does not exist") -) - // Consul embeds the client and watches type Consul struct { config *api.Config