Skip to content

Commit 469f72f

Browse files
authored
Merge pull request swiftlang#41259 from lorentey/remove-XCTest-shims
[shims] Remove the _SwiftXCTestOverlayShims module
2 parents bb7e085 + 6d20137 commit 469f72f

File tree

3 files changed

+0
-43
lines changed

3 files changed

+0
-43
lines changed

stdlib/public/SwiftShims/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ set(sources
2525
_SwiftDistributed.h
2626

2727
DispatchOverlayShims.h
28-
XCTestOverlayShims.h
2928

3029
module.modulemap
3130
)

stdlib/public/SwiftShims/XCTestOverlayShims.h

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

stdlib/public/SwiftShims/module.modulemap

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,3 @@ module SwiftOverlayShims {
4242
module _SwiftDispatchOverlayShims {
4343
header "DispatchOverlayShims.h"
4444
}
45-
46-
module _SwiftXCTestOverlayShims {
47-
header "XCTestOverlayShims.h"
48-
}

0 commit comments

Comments
 (0)