diff options
Diffstat (limited to 'libpthread/nptl/pthread_cond_destroy.c')
-rw-r--r-- | libpthread/nptl/pthread_cond_destroy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpthread/nptl/pthread_cond_destroy.c b/libpthread/nptl/pthread_cond_destroy.c index 6f13d97a4..b67b53506 100644 --- a/libpthread/nptl/pthread_cond_destroy.c +++ b/libpthread/nptl/pthread_cond_destroy.c @@ -22,7 +22,6 @@ int -attribute_hidden __pthread_cond_destroy ( pthread_cond_t *cond) { |