[PATCH] D59137: [libc++] Remove empty header xlocale/xlocale.h

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 08:42:11 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL355829: [libc++] Remove empty header xlocale/xlocale.h (authored by ldionne, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D59137?vs=189870&id=190096#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59137/new/

https://reviews.llvm.org/D59137

Files:
  libcxx/trunk/include/CMakeLists.txt
  libcxx/trunk/include/support/xlocale/xlocale.h


Index: libcxx/trunk/include/CMakeLists.txt
===================================================================
--- libcxx/trunk/include/CMakeLists.txt
+++ libcxx/trunk/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.190096.patch
Type: text/x-patch
Size: 386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190311/cde8e982/attachment.bin>


More information about the llvm-commits mailing list