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 238aeff commit d39ca42Copy full SHA for d39ca42
stdlib/public/Concurrency/Task.cpp
@@ -503,7 +503,6 @@ static AsyncTaskAndContext swift_task_create_group_future_commonImpl(
503
504
// Set up the context for the future so there is no error, and a successful
505
// result will be written into the future fragment's storage.
506
- auto futureContext = static_cast<FutureAsyncContext *>(initialContext);
507
auto futureAsyncContextPrefix =
508
reinterpret_cast<FutureAsyncContextPrefix *>(
509
reinterpret_cast<char *>(allocation) + headerSize -
0 commit comments