summaryrefslogtreecommitdiff
path: root/src/thread-pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread-pthread.c')
-rw-r--r--src/thread-pthread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/thread-pthread.c b/src/thread-pthread.c
index ad35d77..6e31cf9 100644
--- a/src/thread-pthread.c
+++ b/src/thread-pthread.c
@@ -339,6 +339,5 @@ void thread_data_set(thread_data_t *data, void *value)
void thread_once(thread_once_t *once, thread_run_once_t run)
{
- assert(once && run);
ABORTFAIL(pthread_once(once, run));
}