diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-01-04 08:05:53 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-01-08 15:03:48 -0800 |
commit | 9ca689ee9d16f902aa6aaf290314295b18b6577f (patch) | |
tree | 90698209b9392db611a174b5525e8e9248b0d64c /host/lib/usrp/dboard/eiscat | |
parent | 7cb9af05ec89c88d81cb7bca77dec7c1504ef8d2 (diff) | |
download | uhd-9ca689ee9d16f902aa6aaf290314295b18b6577f.tar.gz uhd-9ca689ee9d16f902aa6aaf290314295b18b6577f.tar.bz2 uhd-9ca689ee9d16f902aa6aaf290314295b18b6577f.zip |
eiscat: Remove superfluous UHD_VAR
Diffstat (limited to 'host/lib/usrp/dboard/eiscat')
-rw-r--r-- | host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp index afbe5d90b..eecad4763 100644 --- a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp +++ b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.cpp @@ -275,8 +275,6 @@ UHD_RFNOC_RADIO_BLOCK_CONSTRUCTOR(eiscat_radio_ctrl) .set(EISCAT_TICK_RATE) .set_coercer(boost::bind(&eiscat_radio_ctrl_impl::set_rate, this, _1)) ; - - UHD_VAR((_tree->exists(fs_path("time/cmd")))); } eiscat_radio_ctrl_impl::~eiscat_radio_ctrl_impl() |