diff options
Diffstat (limited to 'host/examples/test_timed_commands.cpp')
-rw-r--r-- | host/examples/test_timed_commands.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/examples/test_timed_commands.cpp b/host/examples/test_timed_commands.cpp index 5fe8d818c..d27c0e8a4 100644 --- a/host/examples/test_timed_commands.cpp +++ b/host/examples/test_timed_commands.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; |