| Index: net/dns/dns_protocol.h
|
| diff --git a/net/dns/dns_protocol.h b/net/dns/dns_protocol.h
|
| index f80886338ace3fa680b81ce0ea1540316b8bd133..416738a2bedee12b45db1f243ac826aee4e80866 100644
|
| --- a/net/dns/dns_protocol.h
|
| +++ b/net/dns/dns_protocol.h
|
| @@ -128,7 +128,6 @@ static const uint16_t kTypeNSEC = 47;
|
| // DNS reply codes (RCODEs).
|
| //
|
| // https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-6
|
| -static const uint8_t kRcodeMask = 0xf;
|
| static const uint8_t kRcodeNOERROR = 0;
|
| static const uint8_t kRcodeFORMERR = 1;
|
| static const uint8_t kRcodeSERVFAIL = 2;
|
|
|