Skip to content

Commit 04742d6

Browse files
committed
Platform: remove some deprecated modules from MSVCPRT
These modules were deprecated and do not exist in the distribution, remove the commented out form.
1 parent e2466d0 commit 04742d6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

stdlib/public/Platform/vcruntime.modulemap

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -395,20 +395,6 @@ module std [system] {
395395
export *
396396
}
397397

398-
/*
399-
module hash_map {
400-
header "hash_map"
401-
export *
402-
}
403-
*/
404-
405-
/*
406-
module hash_set {
407-
header "hash_set"
408-
export *
409-
}
410-
*/
411-
412398
module initializer_list {
413399
requires cplusplus11
414400
header "initializer_list"

0 commit comments

Comments
 (0)