Skip to content

Commit 1906350

Browse files
committed
Remove AsyncCall.h
None of the function in AsyncCall are in use anymore so we can delete it. This contained code for implementing swift asynchronous functions in C++.
1 parent 77cf7c6 commit 1906350

File tree

4 files changed

+0
-195
lines changed

4 files changed

+0
-195
lines changed

stdlib/public/Concurrency/AsyncCall.h

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

stdlib/public/Concurrency/AsyncLet.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include "swift/Runtime/HeapObject.h"
2525
#include "llvm/ADT/PointerIntPair.h"
2626
#include "TaskPrivate.h"
27-
#include "AsyncCall.h"
2827
#include "Debug.h"
2928

3029
#if !defined(_WIN32)

stdlib/public/Concurrency/Task.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include "swift/Runtime/HeapObject.h"
2525
#include "TaskGroupPrivate.h"
2626
#include "TaskPrivate.h"
27-
#include "AsyncCall.h"
2827
#include "Debug.h"
2928
#include "Error.h"
3029

stdlib/public/Concurrency/TaskGroup.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#include "swift/Runtime/Config.h"
2929
#include "swift/Runtime/Mutex.h"
3030
#include "swift/Runtime/HeapObject.h"
31-
#include "AsyncCall.h"
3231
#include "Debug.h"
3332
#include "bitset"
3433
#include "string"

0 commit comments

Comments
 (0)