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
2424 _SwiftConcurrency.h
2525 _SwiftDistributed.h
2626
27- DispatchOverlayShims.h
28-
2927 module.modulemap
3028 )
3129set (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 {
3030 header "LibcOverlayShims.h"
3131 export *
3232}
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