diff options
Diffstat (limited to 'pthread/pt-exit.c')
-rw-r--r-- | pthread/pt-exit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pthread/pt-exit.c b/pthread/pt-exit.c index 5fe0ba86..3b3853e3 100644 --- a/pthread/pt-exit.c +++ b/pthread/pt-exit.c @@ -35,7 +35,6 @@ pthread_exit (void *status) struct __pthread *self = _pthread_self (); struct __pthread_cancelation_handler **handlers; int oldstate; - int need_dealloc; /* Run any cancelation handlers. According to POSIX, the cancellation cleanup handlers should be called with cancellation |