From 7c43dfb98641ae6e5ccc96fc4fca75198ce5d924 Mon Sep 17 00:00:00 2001 From: YR Chen Date: Wed, 9 Aug 2023 18:53:00 +0800 Subject: [PATCH] Remove `vcruntime._Private.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. --- stdlib/public/Platform/vcruntime.modulemap | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stdlib/public/Platform/vcruntime.modulemap b/stdlib/public/Platform/vcruntime.modulemap index f11bdf11de100..c02feff014b30 100644 --- a/stdlib/public/Platform/vcruntime.modulemap +++ b/stdlib/public/Platform/vcruntime.modulemap @@ -707,11 +707,6 @@ module std [system] { export * } - explicit module xstddef { - header "xstddef" - export * - } - explicit module xstring { header "xstring" export *