From 0e909a2a9d2432c1f935f79953e78663b4129132 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 17 Apr 2018 17:05:45 -0700 Subject: examples: Remove superfluous sleep --- host/examples/tx_samples_from_file.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/host/examples/tx_samples_from_file.cpp b/host/examples/tx_samples_from_file.cpp index 31d70ad7e..108ab4230 100644 --- a/host/examples/tx_samples_from_file.cpp +++ b/host/examples/tx_samples_from_file.cpp @@ -11,7 +11,6 @@ #include #include #include -#include #include #include #include @@ -197,7 +196,6 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ else throw std::runtime_error("Unknown type " + type); if(repeat and delay > 0.0) { - boost::this_thread::sleep(boost::posix_time::milliseconds(delay)); std::this_thread::sleep_for( std::chrono::milliseconds(int64_t(delay*1000)) ); -- cgit v1.2.3