diff options
author | kib <kib@FreeBSD.org> | 2016-08-03 10:18:52 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2016-08-03 10:18:52 +0000 |
commit | fdc2ac9be8207689cd037be8708e0d745db155ca (patch) | |
tree | 253323c9270d5dbe5b13ce4d8e87f72f304df509 /lib/libthr/thread/thr_init.c | |
parent | c37958558f4f896fa6d34ca70cf5cf97155e6db8 (diff) | |
download | FreeBSD-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.c | 1 |
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(); |