diff options
Diffstat (limited to 'lib/libc++/module.modulemap')
| -rw-r--r-- | lib/libc++/module.modulemap | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc++/module.modulemap b/lib/libc++/module.modulemap index 90d61bf5f44a..a6e6059ab60e 100644 --- a/lib/libc++/module.modulemap +++ b/lib/libc++/module.modulemap @@ -2433,10 +2433,6 @@ module std_stddef_h [system] { // <stddef.h> supports being included multiple times with different pre-defined macros textual header "stddef.h" } -module std_stdint_h [system] { - // <stdint.h> supports being included multiple times with different pre-defined macros - textual header "stdint.h" -} module std_stdio_h [system] { // <stdio.h> supports being included multiple times with different pre-defined macros textual header "stdio.h" |
