Index: net/socket/client_socket_pool.h |
diff --git a/net/socket/client_socket_pool.h b/net/socket/client_socket_pool.h |
index 944584574bb2b1153b176df3a1cb40248fa19919..bca4ba60ebb15c6e162406a66d0f7cc60fe66f2b 100644 |
--- a/net/socket/client_socket_pool.h |
+++ b/net/socket/client_socket_pool.h |
@@ -205,16 +205,6 @@ struct SocketParamTraits<pool_type, scoped_refptr<socket_params> > \ |
: public base::true_type { \ |
} |
-template <typename PoolType, typename SocketParams> |
-void RequestSocketsForPool(PoolType* pool, |
- const std::string& group_name, |
- const scoped_refptr<SocketParams>& params, |
- int num_sockets, |
- const BoundNetLog& net_log) { |
- CheckIsValidSocketParamsForPool<PoolType, SocketParams>(); |
- pool->RequestSockets(group_name, ¶ms, num_sockets, net_log); |
-} |
- |
} // namespace net |
#endif // NET_SOCKET_CLIENT_SOCKET_POOL_H_ |