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/window_block_test.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'host/tests/rfnoc_block_tests/window_block_test.cpp') diff --git a/host/tests/rfnoc_block_tests/window_block_test.cpp b/host/tests/rfnoc_block_tests/window_block_test.cpp index a8fcb5db0..26978464b 100644 --- a/host/tests/rfnoc_block_tests/window_block_test.cpp +++ b/host/tests/rfnoc_block_tests/window_block_test.cpp @@ -101,7 +101,6 @@ private: * case. The instance of the object is destroyed at the end of each test * case. */ -constexpr size_t MAX_LEN = 3000; constexpr size_t DEFAULT_MTU = 8000; constexpr size_t NUM_CHANS = 4; static const std::vector MAX_LENS{3000, 2500, 15, 666}; -- cgit v1.2.3