diff options
Diffstat (limited to 'host/tests/rfnoc_block_tests/addsub_block_test.cpp')
-rw-r--r-- | host/tests/rfnoc_block_tests/addsub_block_test.cpp | 3 |
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() |