From 3075b981503002df3115d5f1d0b97d2619ba30f2 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 23 Jan 2020 13:30:13 -0800 Subject: rfnoc_device: Remove spurious comment This removes a comment that refers to Boost smart pointers, which were removed in UHD. --- host/lib/include/uhdlib/rfnoc/rfnoc_device.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'host/lib') diff --git a/host/lib/include/uhdlib/rfnoc/rfnoc_device.hpp b/host/lib/include/uhdlib/rfnoc/rfnoc_device.hpp index 42872ba43..a223e17c9 100644 --- a/host/lib/include/uhdlib/rfnoc/rfnoc_device.hpp +++ b/host/lib/include/uhdlib/rfnoc/rfnoc_device.hpp @@ -21,8 +21,7 @@ namespace uhd { namespace rfnoc { namespace detail { class rfnoc_device : public uhd::device { public: - using sptr = std::shared_ptr; // FIXME make std::shared_ptr when - // uhd::device is ready + using sptr = std::shared_ptr; rfnoc_device() { -- cgit v1.2.3