From 9ebc24d90c48b2d901e84a721fffb6c4dcd385ea Mon Sep 17 00:00:00 2001 From: Nikolas Klauser Date: Mon, 17 Jul 2023 13:19:52 -0700 Subject: [PATCH] [libc++][NFC] Remove unused macro definition --- libcxx/include/__config | 3 --- 1 file changed, 3 deletions(-) diff --git a/libcxx/include/__config b/libcxx/include/__config index 56e28273..c147b0ba 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -1389,9 +1389,6 @@ __sanitizer_verify_double_ended_contiguous_container(const void*, const void*, c # define _LIBCPP_WORKAROUND_OBJCXX_COMPILER_INTRINSICS # endif -// TODO: Make this a proper configuration option -# define _PSTL_PAR_BACKEND_SERIAL - # define _PSTL_PRAGMA(x) _Pragma(#x) // Enable SIMD for compilers that support OpenMP 4.0 -- 2.7.4