Skip to content

Commit 2af30b2

Browse files
committed
[NFC] CoroutineAccessors: Remove old runtime files
The functions are open-coded now.
1 parent c141586 commit 2af30b2

File tree

4 files changed

+0
-45
lines changed

4 files changed

+0
-45
lines changed

include/swift/Runtime/Coro.h

Lines changed: 0 additions & 26 deletions
This file was deleted.

stdlib/public/Concurrency/TaskAlloc.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include "TaskPrivate.h"
2121
#include "swift/ABI/Task.h"
2222
#include "swift/Runtime/Concurrency.h"
23-
#include "swift/Runtime/Coro.h"
2423

2524
#include <stdlib.h>
2625

stdlib/public/runtime/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ set(swift_runtime_sources
3838
Bincompat.cpp
3939
BytecodeLayouts.cpp
4040
Casting.cpp
41-
Coro.cpp
4241
CrashReporter.cpp
4342
Demangle.cpp
4443
DynamicCast.cpp

stdlib/public/runtime/Coro.cpp

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)