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/rfnoc_block_tests/null_block_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/rfnoc_block_tests/null_block_test.cpp')
-rw-r--r-- | host/tests/rfnoc_block_tests/null_block_test.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/host/tests/rfnoc_block_tests/null_block_test.cpp b/host/tests/rfnoc_block_tests/null_block_test.cpp index b6eddd62a..f21f00c2c 100644 --- a/host/tests/rfnoc_block_tests/null_block_test.cpp +++ b/host/tests/rfnoc_block_tests/null_block_test.cpp @@ -20,12 +20,6 @@ using namespace uhd::rfnoc; // Redeclare this here, since it's only defined outside of UHD_API noc_block_base::make_args_t::~make_args_t() = default; -namespace { - -constexpr size_t DEFAULT_MTU = 8000; - -} // namespace - BOOST_AUTO_TEST_CASE(test_null_block) { node_accessor_t node_accessor{}; |