summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_init.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2016-08-03 10:18:52 +0000
committerkib <kib@FreeBSD.org>2016-08-03 10:18:52 +0000
commitfdc2ac9be8207689cd037be8708e0d745db155ca (patch)
tree253323c9270d5dbe5b13ce4d8e87f72f304df509 /lib/libthr/thread/thr_init.c
parentc37958558f4f896fa6d34ca70cf5cf97155e6db8 (diff)
downloadFreeBSD-src-fdc2ac9be8207689cd037be8708e0d745db155ca.zip
FreeBSD-src-fdc2ac9be8207689cd037be8708e0d745db155ca.tar.gz
MFC r303393:
Remove empty initializer for the once facility. Approved by: re (gjb)
Diffstat (limited to 'lib/libthr/thread/thr_init.c')
-rw-r--r--lib/libthr/thread/thr_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_init.c b/lib/libthr/thread/thr_init.c
index 0927e15..e5393c0 100644
--- a/lib/libthr/thread/thr_init.c
+++ b/lib/libthr/thread/thr_init.c
@@ -447,7 +447,6 @@ init_private(void)
_thr_urwlock_init(&_thr_atfork_lock);
_thr_umutex_init(&_thr_event_lock);
_thr_umutex_init(&_suspend_all_lock);
- _thr_once_init();
_thr_spinlock_init();
_thr_list_init();
_thr_wake_addr_init();
OpenPOWER on IntegriCloud