From 6da4e7622be4f70956a755229bbe90551f8e5f1a Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 8 Jan 2021 13:27:52 +0100 Subject: tests: Remove unused constants This fixes some clang warnings. --- host/tests/rfnoc_block_tests/null_block_test.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'host/tests/rfnoc_block_tests/null_block_test.cpp') 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{}; -- cgit v1.2.3