From 78336d4f6f08c3272a3d5dd5b478b5dfbc1345f2 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 1 Nov 2021 15:08:17 +0100 Subject: rfnoc: Remove cruft from UHD 3 (constants) This removes some constants from UHD that were left over from RFNoC/UHD 3.x. They are unused. rfnoc_rx_to_file had a commented-out section that was also UHD-3 only. Note that rfnoc/constants.hpp is pretty bare now, and could be removed. However, it is in the public header section, so we shall leave the used constants where they are. This requires fixing includes in mgmt_portal.cpp. --- host/lib/rfnoc/mgmt_portal.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'host/lib/rfnoc') diff --git a/host/lib/rfnoc/mgmt_portal.cpp b/host/lib/rfnoc/mgmt_portal.cpp index 2fecacf2b..8ad214f5b 100644 --- a/host/lib/rfnoc/mgmt_portal.cpp +++ b/host/lib/rfnoc/mgmt_portal.cpp @@ -11,12 +11,16 @@ #include #include #include -#include #include +#include #include +#include #include #include +#include #include +#include +#include namespace uhd { namespace rfnoc { namespace mgmt { -- cgit v1.2.3