From 1ef9c463f1efc1adfb62e42ab3dd17e8c6394373 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 4 Aug 2015 16:47:14 +0200 Subject: Remove warnings --- src/thread-pthread.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/thread-pthread.c') 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)); } -- cgit v1.2.3-70-g09d2