diff options
Diffstat (limited to 'htl/pt-alloc.c')
-rw-r--r-- | htl/pt-alloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/htl/pt-alloc.c b/htl/pt-alloc.c index d4426bb2e3..bf37aca729 100644 --- a/htl/pt-alloc.c +++ b/htl/pt-alloc.c @@ -65,8 +65,6 @@ initialize_pthread (struct __pthread *new) new->state_lock = (pthread_mutex_t) PTHREAD_MUTEX_INITIALIZER; new->state_cond = (pthread_cond_t) PTHREAD_COND_INITIALIZER; - new->cancelation_handlers = 0; - memset (&new->res_state, '\0', sizeof (new->res_state)); new->tcb = NULL; |