| Index: net/quic/quic_ack_notifier_manager.h
|
| diff --git a/net/quic/quic_ack_notifier_manager.h b/net/quic/quic_ack_notifier_manager.h
|
| index bf5b345d1060b9fdbf59af5bbd0a447689dd7638..122bda1521f2ee0de2470fcd595f04e1e8909aaf 100644
|
| --- a/net/quic/quic_ack_notifier_manager.h
|
| +++ b/net/quic/quic_ack_notifier_manager.h
|
| @@ -10,17 +10,6 @@
|
| #include "base/containers/hash_tables.h"
|
| #include "net/quic/quic_protocol.h"
|
|
|
| -#if defined(COMPILER_GCC)
|
| -namespace BASE_HASH_NAMESPACE {
|
| -template<>
|
| -struct hash<net::QuicAckNotifier*> {
|
| - std::size_t operator()(const net::QuicAckNotifier* ptr) const {
|
| - return hash<size_t>()(reinterpret_cast<size_t>(ptr));
|
| - }
|
| -};
|
| -}
|
| -#endif
|
| -
|
| namespace net {
|
|
|
| class QuicAckNotifier;
|
|
|