It is unused since CL 9380 and documented as not used.
// DNSConfigError represents an error reading the machine's DNS configuration.
// (No longer used; kept for compatibility.)
type DNSConfigError struct {
Err error
}
Any reason why it is not deprecated properly yet?