From a3c83b7511a56a1bc79784078caab0ad7f8c7abb Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Fri, 19 Jul 2019 18:52:46 +0000 Subject: Revert "[libc++] Integrate the PSTL into libc++" This reverts r366593, which caused unforeseen breakage on the build bots. I'm reverting until the problems have been figured out and fixed. llvm-svn: 366603 --- libcxx/include/algorithm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libcxx/include/algorithm') diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm index 9ff29d72db9..0d786267558 100644 --- a/libcxx/include/algorithm +++ b/libcxx/include/algorithm @@ -5678,8 +5678,4 @@ _LIBCPP_END_NAMESPACE_STD _LIBCPP_POP_MACROS -#if !defined(_LIBCPP_HAS_NO_PARALLEL_ALGORITHMS) && _LIBCPP_STD_VER >= 17 -# include -#endif - #endif // _LIBCPP_ALGORITHM -- cgit v1.2.3