config: remove unused const
This commit is contained in:
parent
8e783fb37b
commit
1987a1eca0
|
@ -10,11 +10,6 @@ import (
|
|||
"github.com/hashicorp/consul/lib/decode"
|
||||
)
|
||||
|
||||
const (
|
||||
SerfLANKeyring = "serf/local.keyring"
|
||||
SerfWANKeyring = "serf/remote.keyring"
|
||||
)
|
||||
|
||||
// Source parses configuration from some source.
|
||||
type Source interface {
|
||||
// Source returns an identifier for the Source that can be used in error message
|
||||
|
|
Loading…
Reference in New Issue