From 3836a49039450ff1e9c96c6a1dab27cac1d24a24 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Mon, 11 Mar 2019 15:41:51 +0000 Subject: [PATCH] [libc++] Remove empty header xlocale/xlocale.h Summary: I can't think of a reason for shipping this empty header. If there is a reason to do so, then hopefully this review can uncover it. Reviewers: mclow.lists, EricWF Subscribers: mgorny, christof, jkorous, dexonsmith, libcxx-commits Differential Revision: https://reviews.llvm.org/D59137 llvm-svn: 355829 --- libcxx/include/CMakeLists.txt | 1 - libcxx/include/support/xlocale/xlocale.h | 0 2 files changed, 1 deletion(-) delete mode 100644 libcxx/include/support/xlocale/xlocale.h diff --git a/libcxx/include/CMakeLists.txt b/libcxx/include/CMakeLists.txt index 3bd09b3..9880115 100644 --- a/libcxx/include/CMakeLists.txt +++ b/libcxx/include/CMakeLists.txt @@ -183,7 +183,6 @@ if(LIBCXX_INSTALL_SUPPORT_HEADERS) support/xlocale/__nop_locale_mgmt.h support/xlocale/__posix_l_fallback.h support/xlocale/__strtonum_fallback.h - support/xlocale/xlocale.h ) endif() diff --git a/libcxx/include/support/xlocale/xlocale.h b/libcxx/include/support/xlocale/xlocale.h deleted file mode 100644 index e69de29..0000000 -- 2.7.4