Skip to content

Commit f7bf162

Browse files
committed
[coro_io] fix rdma compile
1 parent 5b9ed75 commit f7bf162

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/ylt/coro_rpc/impl/default_config/coro_rpc_config.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ struct config_t {
4949
#ifdef YLT_ENABLE_IBV
5050
std::optional<coro_io::ib_socket_t::config_t> ibv_config = std::nullopt;
5151
std::vector<std::shared_ptr<coro_io::ib_device_t>> ib_dev_lists;
52-
coro_io::load_balance_algorithm ib_dev_load_balance_algorithm =
53-
coro_io::load_balance_algorithm::RR;
5452
#endif
5553

5654
using rpc_protocol = coro_rpc::protocol::coro_rpc_protocol;

0 commit comments

Comments
 (0)