diff --git a/example-clients/tw1.c b/example-clients/tw1.c index 82081da3..2ceac06c 100644 --- a/example-clients/tw1.c +++ b/example-clients/tw1.c @@ -168,12 +168,6 @@ main (int argc, char *argv[]) /* create RT thread */ - /* - if (jack_client_create_thread(client, &thread, 90, 1, jack_thread, client) < 0) - exit(1); - jack_acquire_real_time_scheduling (thread, 90); - */ - if (jack_set_process_thread(client, jack_thread, client) < 0) exit(1);