mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
CODE: Fix simple staticcheck items (#1329)
This commit is contained in:
@ -175,9 +175,6 @@ func (c *bindProvider) GetZoneRecords(domain string) (models.Records, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
// FIXME(tlim): Empty branch? Is the intention to skip SOAs?
|
||||
if rec.Type == "SOA" {
|
||||
}
|
||||
foundRecords = append(foundRecords, &rec)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user