Skip to content

Commit 16e9424

Browse files
committed
remove legacy ExecutorRef typealias
1 parent 8765d78 commit 16e9424

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/swift/ABI/Executor.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@ class SerialExecutorRef {
183183
}
184184
};
185185

186-
/// Deprecated name for "SerialExecutorRef"; When it was first introduced it was ExecutorRef,
187-
/// but it always meant specifically a serial executor.
188-
typedef SerialExecutorRef ExecutorRef;
189-
190186
class TaskExecutorRef {
191187
HeapObject *Identity; // Not necessarily Swift reference-countable
192188
uintptr_t Implementation;

0 commit comments

Comments
 (0)