From 0303f1ed558b21e40f80c388b096432b4bf6e883 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 26 Apr 2018 09:30:48 -0700 Subject: lib: Purge all references to boost::this_thread::sleep() Replace with std::this_thread::sleep_for(). --- host/lib/usrp/gps_ctrl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'host/lib/usrp/gps_ctrl.cpp') diff --git a/host/lib/usrp/gps_ctrl.cpp b/host/lib/usrp/gps_ctrl.cpp index a50261851..f030108cc 100644 --- a/host/lib/usrp/gps_ctrl.cpp +++ b/host/lib/usrp/gps_ctrl.cpp @@ -28,7 +28,6 @@ using namespace uhd; using namespace boost::posix_time; using namespace boost::algorithm; -using namespace boost::this_thread; namespace { constexpr int GPS_COMM_TIMEOUT_MS = 1300; -- cgit v1.2.3