mirror of
https://github.com/coredns/coredns.git
synced 2026-04-05 11:45:33 -04:00
lint(revive): fix unused-parameter violations (#7980)
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
// names returns the elements of the zone in nsec order.
|
||||
func names(origin string, z *file.Zone) []string {
|
||||
func names(_origin string, z *file.Zone) []string {
|
||||
// There will also be apex records other than NS and SOA (who are kept separate), as we
|
||||
// are adding DNSKEY and CDS/CDNSKEY records in the apex *before* we sign.
|
||||
n := []string{}
|
||||
|
||||
Reference in New Issue
Block a user