diff options
Diffstat (limited to 'host/tests')
-rw-r--r-- | host/tests/packet_handler_benchmark.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/tests/packet_handler_benchmark.cpp b/host/tests/packet_handler_benchmark.cpp index 21e1430ae..ec7eff517 100644 --- a/host/tests/packet_handler_benchmark.cpp +++ b/host/tests/packet_handler_benchmark.cpp @@ -319,8 +319,6 @@ int UHD_SAFE_MAIN(int argc, char* argv[]) return EXIT_FAILURE; } - uhd::set_thread_priority_safe(); - const char* formats[] = {"sc16", "fc32", "fc64"}; constexpr size_t rx_spp = 2000; constexpr size_t tx_spp = 1000; |