We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 725bd91 + 6e3eb96 commit 884daa3Copy full SHA for 884daa3
stdlib/public/Concurrency/Task.cpp
@@ -1773,7 +1773,6 @@ swift_task_addPriorityEscalationHandlerImpl(
1773
void *context) {
1774
void *allocation =
1775
swift_task_alloc(sizeof(EscalationNotificationStatusRecord));
1776
- auto unsigned_handler = swift_auth_code(handler, 62877);
1777
auto *record = ::new (allocation)
1778
EscalationNotificationStatusRecord(handler, context);
1779
0 commit comments