diff options
Diffstat (limited to 'host/examples/latency_test.cpp')
-rw-r--r-- | host/examples/latency_test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/examples/latency_test.cpp b/host/examples/latency_test.cpp index 69d34dbff..d46e22395 100644 --- a/host/examples/latency_test.cpp +++ b/host/examples/latency_test.cpp @@ -17,8 +17,6 @@ namespace po = boost::program_options; int UHD_SAFE_MAIN(int argc, char* argv[]) { - uhd::set_thread_priority_safe(); - // variables to be set by po std::string args; size_t nsamps; |