diff --git a/lib/librt/sigev_thread.c b/lib/librt/sigev_thread.c index 998c08e78846..8f0f08ed3b2b 100644 --- a/lib/librt/sigev_thread.c +++ b/lib/librt/sigev_thread.c @@ -374,10 +374,6 @@ sigev_service_loop(void *arg) _pthread_cond_broadcast(&tn->tn_cv); __sigev_list_unlock(); - /* - * Service thread should not be killed by callback, if user - * attempts to do so, the thread will be restarted. - */ sigemptyset(&set); sigaddset(&set, SIGSERVICE); for (;;) {