[libcxx-commits] [libcxx] 51414d9 - [libc++][NFC] Remove extra __ranges/take_view.h entry in CMakeLists.txt
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 27 07:09:00 PDT 2021
Author: Joe Loser
Date: 2021-08-27T10:08:33-04:00
New Revision: 51414d9982e050e22c39a929e17a76ae34334ee6
URL: https://github.com/llvm/llvm-project/commit/51414d9982e050e22c39a929e17a76ae34334ee6
DIFF: https://github.com/llvm/llvm-project/commit/51414d9982e050e22c39a929e17a76ae34334ee6.diff
LOG: [libc++][NFC] Remove extra __ranges/take_view.h entry in CMakeLists.txt
Differential Revision: https://reviews.llvm.org/D108802
Added:
Modified:
libcxx/include/CMakeLists.txt
Removed:
################################################################################
diff --git a/libcxx/include/CMakeLists.txt b/libcxx/include/CMakeLists.txt
index c8eadbf0e930..a5b9b314462e 100644
--- a/libcxx/include/CMakeLists.txt
+++ b/libcxx/include/CMakeLists.txt
@@ -234,7 +234,6 @@ set(files
__ranges/size.h
__ranges/subrange.h
__ranges/take_view.h
- __ranges/take_view.h
__ranges/transform_view.h
__ranges/view_interface.h
__split_buffer
More information about the libcxx-commits
mailing list