Skip to content

Commit 6e3eb96

Browse files
committed
Concurrency: Fix an unused variable warning.
1 parent 773561c commit 6e3eb96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/Concurrency/Task.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1773,7 +1773,6 @@ swift_task_addPriorityEscalationHandlerImpl(
17731773
void *context) {
17741774
void *allocation =
17751775
swift_task_alloc(sizeof(EscalationNotificationStatusRecord));
1776-
auto unsigned_handler = swift_auth_code(handler, 62877);
17771776
auto *record = ::new (allocation)
17781777
EscalationNotificationStatusRecord(handler, context);
17791778

0 commit comments

Comments
 (0)