Skip to content

Commit f754028

Browse files
committed
[NFC] IRGen: Fix field of task.
It doesn't have a status after the resume context.
1 parent e5d0cd4 commit f754028

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/IRGen/IRGenModule.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,6 @@ IRGenModule::IRGenModule(IRGenerator &irgen,
705705
Int8PtrTy, Int8PtrTy, // Reserved
706706
FunctionPtrTy, // Job.RunJob/Job.ResumeTask
707707
SwiftContextPtrTy, // Task.ResumeContext
708-
IntPtrTy // Task.Status
709708
});
710709

711710
AsyncFunctionPointerPtrTy = AsyncFunctionPointerTy->getPointerTo(DefaultAS);

0 commit comments

Comments
 (0)