aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/rfnoc_block_tests/addsub_block_test.cpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2021-01-08 13:27:52 +0100
committerAaron Rossetto <aaron.rossetto@ni.com>2021-03-04 08:18:41 -0600
commit6da4e7622be4f70956a755229bbe90551f8e5f1a (patch)
treeb772ebe7dbe7c1fef21ce47d783c424a09863ea2 /host/tests/rfnoc_block_tests/addsub_block_test.cpp
parent07f591aea9d3849a25e50428aeeb83d7aa641b7e (diff)
downloaduhd-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/addsub_block_test.cpp')
-rw-r--r--host/tests/rfnoc_block_tests/addsub_block_test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/host/tests/rfnoc_block_tests/addsub_block_test.cpp b/host/tests/rfnoc_block_tests/addsub_block_test.cpp
index 23bdbde20..982790024 100644
--- a/host/tests/rfnoc_block_tests/addsub_block_test.cpp
+++ b/host/tests/rfnoc_block_tests/addsub_block_test.cpp
@@ -25,9 +25,6 @@ noc_block_base::make_args_t::~make_args_t() = default;
* object, all of which are accessible to the test case. The instance of the
* object is destroyed at the end of each test case.
*/
-constexpr size_t MAX_NUM_COEFFS = 3000;
-constexpr size_t DEFAULT_MTU = 8000;
-
struct addsub_block_fixture
{
addsub_block_fixture()