From: Louis Dionne Date: Mon, 11 Mar 2019 15:41:51 +0000 (+0000) Subject: [libc++] Remove empty header xlocale/xlocale.h X-Git-Tag: llvmorg-10-init~10295 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3836a49039450ff1e9c96c6a1dab27cac1d24a24;p=platform%2Fupstream%2Fllvm.git [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 --- 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