Skip to content

Commit 72240ff

Browse files
committed
Try to fix CI
1 parent 532cc31 commit 72240ff

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

libcxx/modules/std.compat.cppm.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ module;
5454
// into thinking that libc++ provides the header.
5555
//
5656
#ifndef _WIN32
57-
# if __has_include(<debugging>)
58-
# error "please update the header information for <debugging> in headers_not_available in utils/libcxx/header_information.py"
59-
# endif // __has_include(<debugging>)
6057
# if __has_include(<flat_map>)
6158
# error "please update the header information for <flat_map> in headers_not_available in utils/libcxx/header_information.py"
6259
# endif // __has_include(<flat_map>)

libcxx/modules/std.cppm.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,6 @@ module;
177177
// into thinking that libc++ provides the header.
178178
//
179179
#ifndef _WIN32
180-
# if __has_include(<debugging>)
181-
# error "please update the header information for <debugging> in headers_not_available in utils/libcxx/header_information.py"
182-
# endif // __has_include(<debugging>)
183180
# if __has_include(<flat_map>)
184181
# error "please update the header information for <flat_map> in headers_not_available in utils/libcxx/header_information.py"
185182
# endif // __has_include(<flat_map>)

0 commit comments

Comments
 (0)