diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-01-08 13:27:52 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-03-04 08:18:41 -0600 |
commit | 6da4e7622be4f70956a755229bbe90551f8e5f1a (patch) | |
tree | b772ebe7dbe7c1fef21ce47d783c424a09863ea2 /host/tests/offload_io_srv_test.cpp | |
parent | 07f591aea9d3849a25e50428aeeb83d7aa641b7e (diff) | |
download | uhd-6da4e7622be4f70956a755229bbe90551f8e5f1a.tar.gz uhd-6da4e7622be4f70956a755229bbe90551f8e5f1a.tar.bz2 uhd-6da4e7622be4f70956a755229bbe90551f8e5f1a.zip |
tests: Remove unused constants
This fixes some clang warnings.
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; |