Skip to content

[shims] Remove the _SwiftDispatchOverlayShims module #41274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions stdlib/public/SwiftShims/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ set(sources
_SwiftConcurrency.h
_SwiftDistributed.h

DispatchOverlayShims.h

module.modulemap
)
set(output_dir "${SWIFTLIB_DIR}/shims")
Expand Down
260 changes: 0 additions & 260 deletions stdlib/public/SwiftShims/DispatchOverlayShims.h

This file was deleted.

12 changes: 0 additions & 12 deletions stdlib/public/SwiftShims/module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,3 @@ module SwiftOverlayShims {
header "LibcOverlayShims.h"
export *
}


// Obsolete overlay shims on Apple platforms.
// Note: These deliberately do not use "export *" to avoid circularity issues
// (overlay -> shims -> framework -> overlay)

// NOTE: These are obsolete and should never be imported into any project.
// They are going to be removed in a future compiler release.

module _SwiftDispatchOverlayShims {
header "DispatchOverlayShims.h"
}