From cdb20bc3d6d37794279b5588cc9922a4b386c21a Mon Sep 17 00:00:00 2001 From: Lars Amsel Date: Mon, 12 Jul 2021 15:17:06 +0200 Subject: rfnoc: remove obsolete constant RFNoC 4.0 does not restrict the number of blocks. The constant is not used anywhere in the code and can therefore be removed savely. --- host/include/uhd/rfnoc/constants.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'host/include') diff --git a/host/include/uhd/rfnoc/constants.hpp b/host/include/uhd/rfnoc/constants.hpp index c27911549..e059a5215 100644 --- a/host/include/uhd/rfnoc/constants.hpp +++ b/host/include/uhd/rfnoc/constants.hpp @@ -83,9 +83,6 @@ static const uhd::dict DEFAULT_NAMED_SR = boost::assign::map_list_of("AXIS_CONFIG_BUS", AXIS_CONFIG_BUS)( "AXIS_CONFIG_BUS_TLAST", AXIS_CONFIG_BUS_TLAST); -// Blocks -static const size_t MAX_NUM_BLOCKS = 16; - // Block ports static const size_t ANY_PORT = size_t(~0); static const size_t MAX_NUM_PORTS = 16; -- cgit v1.2.3