Skip to content

Commit c59122f

Browse files
committed
remove changes in backdeploy lib, not needed
1 parent 6d63cf4 commit c59122f

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

stdlib/public/BackDeployConcurrency/CompatibilityOverrideConcurrency.def

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -273,17 +273,6 @@ OVERRIDE_TASK_GROUP(taskGroup_isCancelled, bool,
273273
SWIFT_EXPORT_FROM(swift_Concurrency), SWIFT_CC(swift),
274274
swift::, (TaskGroup *group), (group))
275275

276-
OVERRIDE_TASK_GROUP(taskGroup_wait_all, void,
277-
SWIFT_EXPORT_FROM(swift_Concurrency), SWIFT_CC(swiftasync),
278-
swift::,
279-
(OpaqueValue *resultPointer,
280-
SWIFT_ASYNC_CONTEXT AsyncContext *callerContext,
281-
TaskGroup *_group,
282-
ThrowingTaskFutureWaitContinuationFunction *resumeFn,
283-
AsyncContext *callContext),
284-
(resultPointer, callerContext, _group, resumeFn,
285-
callContext))
286-
287276
OVERRIDE_TASK_GROUP(taskGroup_cancelAll, void,
288277
SWIFT_EXPORT_FROM(swift_Concurrency), SWIFT_CC(swift),
289278
swift::, (TaskGroup *group), (group))

stdlib/public/BackDeployConcurrency/ConcurrencyRuntime.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,6 @@ void swift_taskGroup_wait_next_throwing(
173173
SWIFT_EXPORT_FROM(swift_Concurrency) SWIFT_CC(swift)
174174
void swift_taskGroup_initialize(TaskGroup *group, const Metadata *T);
175175

176-
SWIFT_EXPORT_FROM(swift_Concurrency) SWIFT_CC(swift)
177-
void swift_taskGroup_initializeWithFlags(size_t flags, TaskGroup *group, const Metadata *T);
178-
179176
/// Attach a child task to the parent task's task group record.
180177
///
181178
/// This function MUST be called from the AsyncTask running the task group.

0 commit comments

Comments
 (0)