diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-12-11 14:19:05 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-12-12 09:52:07 -0800 |
commit | 87af011b6c1a42f12dcd983b7f49862487a2b60b (patch) | |
tree | 77bfb24e85ef460e7f25be3064ca170c129ee718 /gr-uhd/lib/usrp_block_impl.h | |
parent | 44db243372de0b9391dd11a74bd10148fc654c9d (diff) |
uhd: Remove unused and deprecated type io_type_t
UHD used to have a type called io_type_t which is referenced in GNU
Radio, but never used. There were cases where SWIG would create invalid
code around this type. Since it's no longer used in GNU Radio, and
deprecated in UHD, removing it from gr-uhd is a twofer.
Diffstat (limited to 'gr-uhd/lib/usrp_block_impl.h')
-rw-r--r-- | gr-uhd/lib/usrp_block_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-uhd/lib/usrp_block_impl.h b/gr-uhd/lib/usrp_block_impl.h index 647e3bab35..efae28074e 100644 --- a/gr-uhd/lib/usrp_block_impl.h +++ b/gr-uhd/lib/usrp_block_impl.h @@ -216,7 +216,6 @@ namespace gr { //! Shared pointer to the underlying multi_usrp object ::uhd::usrp::multi_usrp::sptr _dev; ::uhd::stream_args_t _stream_args; - boost::shared_ptr< ::uhd::io_type_t > _type; //! Number of channels (i.e. number of in- or outputs) size_t _nchan; bool _stream_now; |