[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
This commit is contained in:
Ian Anderson 2023-08-11 12:39:52 -07:00
parent 6a0feb1503
commit ee5e8e6dcb

View File

@ -15,10 +15,8 @@ lit_header_restrictions = {
"coroutine": "// UNSUPPORTED: c++03, c++11, c++14, c++17",
"cwchar": "// UNSUPPORTED: no-wide-characters",
"cwctype": "// UNSUPPORTED: no-wide-characters",
"experimental/algorithm": "// UNSUPPORTED: c++03",
"experimental/deque": "// UNSUPPORTED: c++03",
"experimental/forward_list": "// UNSUPPORTED: c++03",
"experimental/functional": "// UNSUPPORTED: c++03",
"experimental/iterator": "// UNSUPPORTED: c++03",
"experimental/list": "// UNSUPPORTED: c++03",
"experimental/map": "// UNSUPPORTED: c++03",