diff options
author | Trung Tran <trung.tran@ettus.com> | 2018-06-12 15:52:51 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-06-18 12:53:57 -0500 |
commit | 2ab7d8ce293ab545ab401f7e643a9985bd07d249 (patch) | |
tree | c225728bbf755070e8b99f470a9eef2926bd7925 /host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp | |
parent | 5753bc307149f31979dc588f848801c71b331815 (diff) | |
download | uhd-2ab7d8ce293ab545ab401f7e643a9985bd07d249.tar.gz uhd-2ab7d8ce293ab545ab401f7e643a9985bd07d249.tar.bz2 uhd-2ab7d8ce293ab545ab401f7e643a9985bd07d249.zip |
mg: remove set_rpc_lock
Diffstat (limited to 'host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp')
-rw-r--r-- | host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp index 48414cd5b..c6fd1bee4 100644 --- a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp +++ b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp @@ -148,10 +148,6 @@ public: size_t get_chan_from_dboard_fe(const std::string &fe, const direction_t dir); std::string get_dboard_fe_from_chan(const size_t chan, const direction_t dir); - //! Disable concurrency in set_rpc_client(). This is a workaround for a - // thread-unsafety bug and should get deleted at some point in the future! - static std::mutex _set_rpc_lock; // FIXME remove this - void set_rpc_client( uhd::rpc_client::sptr rpcc, const uhd::device_addr_t &block_args |