From f682d333e84fba3a31f01888063bb10b04d43846 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 16 Jul 2018 21:39:01 -0700 Subject: fixup! lib: Purge some use of boost::system_time --- host/lib/usrp/x300/x300_impl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'host') 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); -- cgit v1.2.3