diff options
Diffstat (limited to 'linuxthreads_db/td_thr_validate.c')
-rw-r--r-- | linuxthreads_db/td_thr_validate.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linuxthreads_db/td_thr_validate.c b/linuxthreads_db/td_thr_validate.c index f6f0d9094d..81c3b50214 100644 --- a/linuxthreads_db/td_thr_validate.c +++ b/linuxthreads_db/td_thr_validate.c @@ -35,10 +35,6 @@ td_thr_validate (const td_thrhandle_t *th) { struct pthread_handle_struct phc; - if (cnt == 1) - /* Skip the manager thread. */ - continue; - if (ps_pdread (th->th_ta_p->ph, handles, &phc, sizeof (struct pthread_handle_struct)) != PS_OK) return TD_ERR; /* XXX Other error value? */ |