net/dnscache: remove unnecessary lint warning.

This commit is contained in:
David Anderson 2020-04-30 20:31:01 -07:00
parent 9396024bd7
commit 657f331e8b

View File

@ -22,8 +22,6 @@
}
func preferGoResolver() bool {
//lint:ignore S1008 disagree; prefer comments
// There does not appear to be a local resolver running
// on iOS, and NetworkExtension is good at isolating DNS.
// So do not use the Go resolver on macOS/iOS.