Skip to content

Commit 69483da

Browse files
stevapplecompnerd
authored andcommitted
Remove vcruntime._Private.xstddef
`<xstddef>` was removed since MSVC 14.37. It isn't meant to be used by most users, but the reference will break all clients of `vcruntime`, including Swift standard library itself.
1 parent 7c81ced commit 69483da

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

stdlib/public/Platform/vcruntime.modulemap

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -712,11 +712,6 @@ module std [system] {
712712
export *
713713
}
714714

715-
explicit module xstddef {
716-
header "xstddef"
717-
export *
718-
}
719-
720715
explicit module xstring {
721716
header "xstring"
722717
export *

0 commit comments

Comments
 (0)