[libcxx-commits] [PATCH] D59137: [libc++] Remove empty header xlocale/xlocale.h
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 8 09:20:13 PST 2019
ldionne created this revision.
ldionne added reviewers: mclow.lists, EricWF.
Herald added subscribers: libcxx-commits, dexonsmith, jkorous, christof, mgorny.
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.
Repository:
rCXX libc++
https://reviews.llvm.org/D59137
Files:
libcxx/include/CMakeLists.txt
libcxx/include/support/xlocale/xlocale.h
Index: libcxx/include/CMakeLists.txt
===================================================================
--- libcxx/include/CMakeLists.txt
+++ libcxx/include/CMakeLists.txt
@@ -183,7 +183,6 @@
support/xlocale/__nop_locale_mgmt.h
support/xlocale/__posix_l_fallback.h
support/xlocale/__strtonum_fallback.h
- support/xlocale/xlocale.h
)
endif()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59137.189870.patch
Type: text/x-patch
Size: 368 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190308/1428d13c/attachment-0001.bin>
More information about the libcxx-commits
mailing list