From 28bd9810a709527ec66aec5f7b49d38b2bcc40bf Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Wed, 19 Nov 2014 23:18:12 -0800 Subject: [PATCH] agent: remove unused config variable --- command/agent/config.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/command/agent/config.go b/command/agent/config.go index dce299eace..36683ad16a 100644 --- a/command/agent/config.go +++ b/command/agent/config.go @@ -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"`