File tree Expand file tree Collapse file tree 3 files changed +0
-274
lines changed Expand file tree Collapse file tree 3 files changed +0
-274
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ set(sources
24
24
_SwiftConcurrency.h
25
25
_SwiftDistributed.h
26
26
27
- DispatchOverlayShims.h
28
-
29
27
module.modulemap
30
28
)
31
29
set (output_dir "${SWIFTLIB_DIR} /shims" )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -30,15 +30,3 @@ module SwiftOverlayShims {
30
30
header "LibcOverlayShims.h"
31
31
export *
32
32
}
33
-
34
-
35
- // Obsolete overlay shims on Apple platforms.
36
- // Note: These deliberately do not use "export *" to avoid circularity issues
37
- // (overlay -> shims -> framework -> overlay)
38
-
39
- // NOTE: These are obsolete and should never be imported into any project.
40
- // They are going to be removed in a future compiler release.
41
-
42
- module _SwiftDispatchOverlayShims {
43
- header "DispatchOverlayShims.h"
44
- }
You can’t perform that action at this time.
0 commit comments