Skip to content

Commit 884daa3

Browse files
authored
Merge pull request #79358 from tshortli/warnings
Gardening: Fix unused variable and missing field warnings
2 parents 725bd91 + 6e3eb96 commit 884daa3

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)