config: remove unused const

This commit is contained in:
Daniel Nephin 2020-11-20 19:17:12 -05:00
parent 8e783fb37b
commit 1987a1eca0
1 changed files with 0 additions and 5 deletions

View File

@ -10,11 +10,6 @@ import (
"github.com/hashicorp/consul/lib/decode" "github.com/hashicorp/consul/lib/decode"
) )
const (
SerfLANKeyring = "serf/local.keyring"
SerfWANKeyring = "serf/remote.keyring"
)
// Source parses configuration from some source. // Source parses configuration from some source.
type Source interface { type Source interface {
// Source returns an identifier for the Source that can be used in error message // Source returns an identifier for the Source that can be used in error message