diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-11-01 15:08:17 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-11-02 07:57:39 -0700 |
commit | 78336d4f6f08c3272a3d5dd5b478b5dfbc1345f2 (patch) | |
tree | 9f1af6e2016163d068fd1469b5e6624551d0f0c2 /host/lib/include | |
parent | c4d433c5be6dadc45571e1ffc1e1f1d39907c38c (diff) | |
download | uhd-78336d4f6f08c3272a3d5dd5b478b5dfbc1345f2.tar.gz uhd-78336d4f6f08c3272a3d5dd5b478b5dfbc1345f2.tar.bz2 uhd-78336d4f6f08c3272a3d5dd5b478b5dfbc1345f2.zip |
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.
Diffstat (limited to 'host/lib/include')
-rw-r--r-- | host/lib/include/uhdlib/rfnoc/mgmt_portal.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/include/uhdlib/rfnoc/mgmt_portal.hpp b/host/lib/include/uhdlib/rfnoc/mgmt_portal.hpp index 0e3e887f3..069ad9604 100644 --- a/host/lib/include/uhdlib/rfnoc/mgmt_portal.hpp +++ b/host/lib/include/uhdlib/rfnoc/mgmt_portal.hpp @@ -10,6 +10,7 @@ #include <uhdlib/rfnoc/chdr_ctrl_xport.hpp> #include <uhdlib/rfnoc/chdr_packet_writer.hpp> #include <uhdlib/rfnoc/rfnoc_common.hpp> +#include <functional> #include <memory> #include <set> |