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.
1 parent 773561c commit 6e3eb96Copy full SHA for 6e3eb96
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