[libc++][NFC] Remove unused macro definition
authorNikolas Klauser <nikolasklauser@berlin.de>
Mon, 17 Jul 2023 20:19:52 +0000 (13:19 -0700)
committerNikolas Klauser <nikolasklauser@berlin.de>
Mon, 17 Jul 2023 20:24:30 +0000 (13:24 -0700)
libcxx/include/__config

index 56e2827..c147b0b 100644 (file)
@@ -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