aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/benchmark_streamer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/examples/benchmark_streamer.cpp')
-rw-r--r--host/examples/benchmark_streamer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/host/examples/benchmark_streamer.cpp b/host/examples/benchmark_streamer.cpp
index 44851825a..2b82acf7e 100644
--- a/host/examples/benchmark_streamer.cpp
+++ b/host/examples/benchmark_streamer.cpp
@@ -709,8 +709,6 @@ int UHD_SAFE_MAIN(int argc, char* argv[])
return EXIT_SUCCESS;
}
- uhd::set_thread_priority_safe();
-
std::cout << boost::format("Creating the usrp device with: %s...") % args
<< std::endl;
uhd::device3::sptr usrp = uhd::device3::make(args);