From f6e72494f185d096f2cce70e646f0761e67e1bc7 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 14 Feb 2022 12:43:57 +0100 Subject: Dep: Raise required boost versions to 1.73 on windows and 1.71 on linux and remove compatibility code for unsupported versions --- src/server/shared/Networking/AsyncAcceptor.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/server/shared') diff --git a/src/server/shared/Networking/AsyncAcceptor.h b/src/server/shared/Networking/AsyncAcceptor.h index 6540db66474..ffc694340fc 100644 --- a/src/server/shared/Networking/AsyncAcceptor.h +++ b/src/server/shared/Networking/AsyncAcceptor.h @@ -22,16 +22,12 @@ #include "IpAddress.h" #include "Log.h" #include -#include #include +#include using boost::asio::ip::tcp; -#if BOOST_VERSION >= 106600 #define TRINITY_MAX_LISTEN_CONNECTIONS boost::asio::socket_base::max_listen_connections -#else -#define TRINITY_MAX_LISTEN_CONNECTIONS boost::asio::socket_base::max_connections -#endif class AsyncAcceptor { -- cgit v1.2.3