Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / net / dns / dns_hosts.h
index 6616105..8ee6d87 100644 (file)
@@ -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 {