Skip to content

Commit 7de6bba

Browse files
committed
remove duplicate _dispatch_adopt_wlh_anon() in _dispatch_mgr_thread()
this is already set its caller _dispatch_root_queue_drain() Signed-off-by: Daniel A. Steffen <[email protected]>
1 parent b9b44c3 commit 7de6bba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/source.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2321,7 +2321,6 @@ _dispatch_mgr_thread(dispatch_queue_t dq DISPATCH_UNUSED,
23212321
}
23222322
#endif
23232323
#if DISPATCH_USE_MGR_THREAD
2324-
_dispatch_adopt_wlh_anon();
23252324
_dispatch_queue_set_current(&_dispatch_mgr_q);
23262325
_dispatch_mgr_priority_init();
23272326
_dispatch_queue_mgr_lock(&_dispatch_mgr_q);

0 commit comments

Comments
 (0)