aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/init_usrp
diff options
context:
space:
mode:
Diffstat (limited to 'host/examples/init_usrp')
-rw-r--r--host/examples/init_usrp/init_usrp.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/host/examples/init_usrp/init_usrp.cpp b/host/examples/init_usrp/init_usrp.cpp
index 62515b538..91fc87f4a 100644
--- a/host/examples/init_usrp/init_usrp.cpp
+++ b/host/examples/init_usrp/init_usrp.cpp
@@ -21,8 +21,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;