diff options
Diffstat (limited to 'host/examples/tx_samples_c.c')
-rw-r--r-- | host/examples/tx_samples_c.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/host/examples/tx_samples_c.c b/host/examples/tx_samples_c.c index f9001f2f1..f7b600c67 100644 --- a/host/examples/tx_samples_c.c +++ b/host/examples/tx_samples_c.c @@ -92,10 +92,6 @@ int main(int argc, char* argv[]){ } } - if(uhd_set_thread_priority(uhd_default_thread_priority, true)){ - fprintf(stderr, "Unable to set thread priority. Continuing anyway.\n"); - } - if (!device_args) device_args = strdup(""); |