diff options
author | Martin Braun <martin.braun@ettus.com> | 2020-01-23 13:30:13 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2020-01-23 13:31:32 -0800 |
commit | 3075b981503002df3115d5f1d0b97d2619ba30f2 (patch) | |
tree | 20989c50f22731b7b00d6f412afa4c10f43fe42b /host/lib | |
parent | 8f240f49000ea4953391f2be1524043a2a693423 (diff) | |
download | uhd-3075b981503002df3115d5f1d0b97d2619ba30f2.tar.gz uhd-3075b981503002df3115d5f1d0b97d2619ba30f2.tar.bz2 uhd-3075b981503002df3115d5f1d0b97d2619ba30f2.zip |
rfnoc_device: Remove spurious comment
This removes a comment that refers to Boost smart pointers, which were
removed in UHD.
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/include/uhdlib/rfnoc/rfnoc_device.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
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<rfnoc_device>; // FIXME make std::shared_ptr when - // uhd::device is ready + using sptr = std::shared_ptr<rfnoc_device>; rfnoc_device() { |