[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
This commit is contained in:
Louis Dionne 2019-03-11 15:41:51 +00:00
parent 53518b45a5
commit 3836a49039
2 changed files with 0 additions and 1 deletions

View File

@ -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()