| Index: net/base/dnsrr_resolver.cc
|
| diff --git a/net/base/dnsrr_resolver.cc b/net/base/dnsrr_resolver.cc
|
| index 454a9fe7d685c056e95d8cec4a94d32c4a2ae002..81f9111350cc39311504fd0272e21621c596ba58 100644
|
| --- a/net/base/dnsrr_resolver.cc
|
| +++ b/net/base/dnsrr_resolver.cc
|
| @@ -98,7 +98,6 @@ static bool DnsRRIsParsedByWindows(uint16 rrtype) {
|
| }
|
| #endif
|
|
|
| -static const uint16 kClassIN = 1;
|
| // kMaxCacheEntries is the number of RRResponse objects that we'll cache.
|
| static const unsigned kMaxCacheEntries = 32;
|
| // kNegativeTTLSecs is the number of seconds for which we'll cache a negative
|
|
|