mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
CHORE: Satisfy Staticcheck and remove unused code (#2331)
This commit is contained in:
@@ -65,10 +65,6 @@ type Record struct {
|
||||
SubDomain string `json:"subDomain,omitempty"`
|
||||
}
|
||||
|
||||
type records struct {
|
||||
recordsID []int
|
||||
}
|
||||
|
||||
func (c *ovhProvider) fetchRecords(fqdn string) ([]*Record, error) {
|
||||
var recordIds []int
|
||||
|
||||
|
Reference in New Issue
Block a user