mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
dead code elimination
This commit is contained in:
@ -118,19 +118,3 @@ func (config *DNSConfig) DomainContainingFQDN(fqdn string) *DomainConfig {
|
||||
}
|
||||
return d
|
||||
}
|
||||
|
||||
//// IgnoreName describes an IGNORE_NAME rule.
|
||||
//type IgnoreName struct {
|
||||
// Pattern string `json:"pattern"` // Glob pattern.
|
||||
// Types string `json:"types"` // All caps rtype names, comma separated.
|
||||
//}
|
||||
//
|
||||
//// IgnoreTarget describes an IGNORE_TARGET rule.
|
||||
//type IgnoreTarget struct {
|
||||
// Pattern string `json:"pattern"` // Glob pattern.
|
||||
// Type string `json:"type"` // All caps rtype name.
|
||||
//}
|
||||
//
|
||||
//func (i *IgnoreTarget) String() string {
|
||||
// return i.Pattern
|
||||
//}
|
||||
|
Reference in New Issue
Block a user