forked from OSchip/llvm-project
[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:
parent
53518b45a5
commit
3836a49039
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue