From d77810c249b44f66213c73b531ec481b0bfc26f1 Mon Sep 17 00:00:00 2001 From: davidxu Date: Tue, 7 Mar 2006 08:42:02 +0000 Subject: Remove stale comments. --- lib/librt/sigev_thread.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/librt/sigev_thread.c b/lib/librt/sigev_thread.c index 998c08e..8f0f08e 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 (;;) { -- cgit v1.1