agent: remove unused config variable

This commit is contained in:
Ryan Uber 2014-11-19 23:18:12 -08:00
parent c283754381
commit 28bd9810a7
1 changed files with 0 additions and 3 deletions

View File

@ -108,9 +108,6 @@ type Config struct {
// resolve non-consul domains
DNSRecursors []string `mapstructure:"recursors"`
// Disable use of an encryption keyring.
DisableKeyring bool `mapstructure:"disable_keyring"`
// DNS configuration
DNSConfig DNSConfig `mapstructure:"dns_config"`