File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -433,7 +433,6 @@ static AsyncTaskAndContext swift_task_create_commonImpl(
433
433
ExecutorRef executor = ExecutorRef::generic ();
434
434
TaskGroup *group = nullptr ;
435
435
AsyncLet *asyncLet = nullptr ;
436
- void *asyncLetBuffer = nullptr ;
437
436
bool hasAsyncLetResultBuffer = false ;
438
437
for (auto option = options; option; option = option->getParent ()) {
439
438
switch (option->getKind ()) {
@@ -461,7 +460,6 @@ static AsyncTaskAndContext swift_task_create_commonImpl(
461
460
// context, so that we can emplace the eventual result there instead
462
461
// of in a FutureFragment.
463
462
hasAsyncLetResultBuffer = true ;
464
- asyncLetBuffer = aletRecord->getResultBuffer ();
465
463
assert (asyncLet && " Missing async let storage" );
466
464
467
465
jobFlags.task_setIsAsyncLetTask (true );
You can’t perform that action at this time.
0 commit comments