Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion libcxx/include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,6 @@ set(files
sstream
stack
stdatomic.h
stdbool.h
stddef.h
stdexcept
stdio.h
Expand Down
4 changes: 0 additions & 4 deletions libcxx/include/module.modulemap.in
Original file line number Diff line number Diff line change
Expand Up @@ -2434,10 +2434,6 @@ module std_stdatomic_h [system] {
header "stdatomic.h"
export *
}
module std_stdbool_h [system] {
// <stdbool.h>'s __bool_true_false_are_defined macro requires textual inclusion.
textual header "stdbool.h"
}
module std_stddef_h [system] {
// <stddef.h> supports being included multiple times with different pre-defined macros
textual header "stddef.h"
Expand Down
44 changes: 0 additions & 44 deletions libcxx/include/stdbool.h

This file was deleted.

Loading