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 @@ -444,7 +444,6 @@ static AsyncTaskAndContext swift_task_create_commonImpl(
444
444
ExecutorRef executor = ExecutorRef::generic ();
445
445
TaskGroup *group = nullptr ;
446
446
AsyncLet *asyncLet = nullptr ;
447
- void *asyncLetBuffer = nullptr ;
448
447
bool hasAsyncLetResultBuffer = false ;
449
448
for (auto option = options; option; option = option->getParent ()) {
450
449
switch (option->getKind ()) {
@@ -472,7 +471,6 @@ static AsyncTaskAndContext swift_task_create_commonImpl(
472
471
// context, so that we can emplace the eventual result there instead
473
472
// of in a FutureFragment.
474
473
hasAsyncLetResultBuffer = true ;
475
- asyncLetBuffer = aletRecord->getResultBuffer ();
476
474
assert (asyncLet && " Missing async let storage" );
477
475
478
476
jobFlags.task_setIsAsyncLetTask (true );
You can’t perform that action at this time.
0 commit comments