From 60a7e914b7a7ce14c22f7ba6905a1bb18d998346 Mon Sep 17 00:00:00 2001 From: kib Date: Wed, 3 Aug 2016 10:23:42 +0000 Subject: MFC r303393: Remove empty initializer for the once facility. --- lib/libthr/thread/thr_once.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/libthr/thread/thr_once.c') diff --git a/lib/libthr/thread/thr_once.c b/lib/libthr/thread/thr_once.c index 4f70374..4492777 100644 --- a/lib/libthr/thread/thr_once.c +++ b/lib/libthr/thread/thr_once.c @@ -92,8 +92,3 @@ _pthread_once(pthread_once_t *once_control, void (*init_routine) (void)) _thr_umtx_wake(&once_control->state, INT_MAX, 0); return (0); } - -void -_thr_once_init() -{ -} -- cgit v1.1