| Index: net/dns/dns_hosts.h
|
| diff --git a/net/dns/dns_hosts.h b/net/dns/dns_hosts.h
|
| index 66161059f1222f72323acdaf0f1d19f3b485b5a3..8ee6d87ecb932df22e3c15b677310dcb7f9f5fa6 100644
|
| --- a/net/dns/dns_hosts.h
|
| +++ b/net/dns/dns_hosts.h
|
| @@ -22,7 +22,6 @@ namespace net {
|
| };
|
|
|
| namespace BASE_HASH_NAMESPACE {
|
| -#if defined(COMPILER_GCC)
|
|
|
| template<>
|
| struct hash<net::DnsHostsKey> {
|
| @@ -32,14 +31,6 @@ struct hash<net::DnsHostsKey> {
|
| }
|
| };
|
|
|
| -#elif defined(COMPILER_MSVC)
|
| -
|
| -inline size_t hash_value(const net::DnsHostsKey& key) {
|
| - return hash_value(key.first) + key.second;
|
| -}
|
| -
|
| -#endif // COMPILER
|
| -
|
| } // namespace BASE_HASH_NAMESPACE
|
|
|
| namespace net {
|
|
|