diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-07-16 21:39:01 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-07-17 08:50:41 -0700 |
commit | f682d333e84fba3a31f01888063bb10b04d43846 (patch) | |
tree | ff9c4a24fc139b2be2a879a48011f43a85168744 /host | |
parent | ee15dbebf7938e261a747709dd62966816ba479a (diff) | |
download | uhd-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.cpp | 1 |
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); |