aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2018-07-16 21:39:01 -0700
committerMartin Braun <martin.braun@ettus.com>2018-07-17 08:50:41 -0700
commitf682d333e84fba3a31f01888063bb10b04d43846 (patch)
treeff9c4a24fc139b2be2a879a48011f43a85168744 /host
parentee15dbebf7938e261a747709dd62966816ba479a (diff)
downloaduhd-f682d333e84fba3a31f01888063bb10b04d43846.tar.gz
uhd-f682d333e84fba3a31f01888063bb10b04d43846.tar.bz2
uhd-f682d333e84fba3a31f01888063bb10b04d43846.zip
fixup! lib: Purge some use of boost::system_time
Diffstat (limited to 'host')
-rw-r--r--host/lib/usrp/x300/x300_impl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_impl.cpp b/host/lib/usrp/x300/x300_impl.cpp
index b7fd58444..209fd598f 100644
--- a/host/lib/usrp/x300/x300_impl.cpp
+++ b/host/lib/usrp/x300/x300_impl.cpp
@@ -1620,7 +1620,6 @@ void x300_impl::claim(wb_iface::sptr iface)
bool x300_impl::try_to_claim(wb_iface::sptr iface, long timeout_ms)
{
- boost::system_time start_time = boost::get_system_time();
const auto timeout_time =
std::chrono::steady_clock::now()
+ std::chrono::milliseconds(timeout_ms);