Skip to content

Commit ee5e8e6

Browse files
[libc++] Remove non-existent headers from header_information.py
experimental/algorithm and experimental/functional no longer exist, but header_information.py still has references. Differential Revision: https://reviews.llvm.org/D157639
1 parent 6a0feb1 commit ee5e8e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libcxx/utils/libcxx/test/header_information.py

-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@
1515
"coroutine": "// UNSUPPORTED: c++03, c++11, c++14, c++17",
1616
"cwchar": "// UNSUPPORTED: no-wide-characters",
1717
"cwctype": "// UNSUPPORTED: no-wide-characters",
18-
"experimental/algorithm": "// UNSUPPORTED: c++03",
1918
"experimental/deque": "// UNSUPPORTED: c++03",
2019
"experimental/forward_list": "// UNSUPPORTED: c++03",
21-
"experimental/functional": "// UNSUPPORTED: c++03",
2220
"experimental/iterator": "// UNSUPPORTED: c++03",
2321
"experimental/list": "// UNSUPPORTED: c++03",
2422
"experimental/map": "// UNSUPPORTED: c++03",

0 commit comments

Comments
 (0)