diff options
Diffstat (limited to 'host/tests/offload_io_srv_test.cpp')
-rw-r--r-- | host/tests/offload_io_srv_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/tests/offload_io_srv_test.cpp b/host/tests/offload_io_srv_test.cpp index c5ee20488..7558a1bda 100644 --- a/host/tests/offload_io_srv_test.cpp +++ b/host/tests/offload_io_srv_test.cpp @@ -145,7 +145,6 @@ private: constexpr auto RECV_ONLY = offload_io_service::RECV_ONLY; constexpr auto SEND_ONLY = offload_io_service::SEND_ONLY; -constexpr auto BOTH_SEND_AND_RECV = offload_io_service::BOTH_SEND_AND_RECV; constexpr auto POLL = offload_io_service::POLL; constexpr auto BLOCK = offload_io_service::BLOCK; |