diff options
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/timer_delete.c')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/timer_delete.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/timer_delete.c b/nptl/sysdeps/unix/sysv/linux/timer_delete.c index 9028dc4efc..106e1ae883 100644 --- a/nptl/sysdeps/unix/sysv/linux/timer_delete.c +++ b/nptl/sysdeps/unix/sysv/linux/timer_delete.c @@ -58,10 +58,6 @@ timer_delete (timerid) __no_posix_timers = 1; # endif - /* We have to get rid of the helper thread if we created one. */ - if (kt->sigev_notify == SIGEV_THREAD) - (void) pthread_cancel (kt->th); - /* Free the memory. */ (void) free (kt); |