Remove unused struct field

This commit is contained in:
Eugene Bujak 2018-11-28 20:15:18 +03:00
parent d27fd0488d
commit 0d1478b635
1 changed files with 1 additions and 2 deletions

View File

@ -41,7 +41,6 @@ type configuration struct {
type coreDNSConfig struct {
binaryFile string
coreFile string
Filters []filter `yaml:"-"`
Port int `yaml:"port"`
dnsforward.FilteringConfig `yaml:",inline"`