Skip to content

Commit d39ca42

Browse files
committed
Concurrency: remove unused variable (NFC)
1 parent 238aeff commit d39ca42

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
@@ -503,7 +503,6 @@ static AsyncTaskAndContext swift_task_create_group_future_commonImpl(
503503

504504
// Set up the context for the future so there is no error, and a successful
505505
// result will be written into the future fragment's storage.
506-
auto futureContext = static_cast<FutureAsyncContext *>(initialContext);
507506
auto futureAsyncContextPrefix =
508507
reinterpret_cast<FutureAsyncContextPrefix *>(
509508
reinterpret_cast<char *>(allocation) + headerSize -

0 commit comments

Comments
 (0)