[libcxx-commits] [libcxx] r355829 - [libc++] Remove empty header xlocale/xlocale.h
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 11 08:41:51 PDT 2019
Author: ldionne
Date: Mon Mar 11 08:41:51 2019
New Revision: 355829
URL: http://llvm.org/viewvc/llvm-project?rev=355829&view=rev
Log:
[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
Removed:
libcxx/trunk/include/support/xlocale/xlocale.h
Modified:
libcxx/trunk/include/CMakeLists.txt
Modified: libcxx/trunk/include/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/CMakeLists.txt?rev=355829&r1=355828&r2=355829&view=diff
==============================================================================
--- libcxx/trunk/include/CMakeLists.txt (original)
+++ libcxx/trunk/include/CMakeLists.txt Mon Mar 11 08:41:51 2019
@@ -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()
Removed: libcxx/trunk/include/support/xlocale/xlocale.h
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/support/xlocale/xlocale.h?rev=355828&view=auto
==============================================================================
(empty)
More information about the libcxx-commits
mailing list