Skip to content

Commit 800fcbe

Browse files
committed
Remove TODO
1 parent 246cbfc commit 800fcbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/queue.c

-1
Original file line numberDiff line numberDiff line change
@@ -6174,7 +6174,6 @@ _dispatch_root_queue_init_pthread_pool(dispatch_queue_global_t dq,
61746174
}
61756175
if (pool_size && pool_size < thread_pool_size) thread_pool_size = pool_size;
61766176
dq->dgq_thread_pool_size = thread_pool_size;
6177-
// TODO: Save priority for later configuration in _dispatch_worker_thread
61786177
qos_class_t cls = _dispatch_qos_to_qos_class(_dispatch_priority_qos(pri) ?:
61796178
_dispatch_priority_fallback_qos(pri));
61806179
if (cls) {

0 commit comments

Comments
 (0)