summaryrefslogtreecommitdiffstats
path: root/libcxx/utils/generate_private_header_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/utils/generate_private_header_tests.py')
-rwxr-xr-xlibcxx/utils/generate_private_header_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/generate_private_header_tests.py b/libcxx/utils/generate_private_header_tests.py
index 81051a9f5ea7..e6eecd68ae50 100755
--- a/libcxx/utils/generate_private_header_tests.py
+++ b/libcxx/utils/generate_private_header_tests.py
@@ -53,7 +53,7 @@ def is_still_public(path):
rp = relative_path(path)
return not rp.startswith('__support') and rp not in [
"__bsd_locale_defaults.h", "__bsd_locale_fallbacks.h", "__config",
- "__config_site.in", "__debug", "__hash_table", "__functional_base",
+ "__config_site.in", "__debug", "__hash_table",
"__libcpp_version", "__threading_support", "__tree", "__undef_macros"
]