Skip to content

Commit 9ebc24d

Browse files
committed
[libc++][NFC] Remove unused macro definition
1 parent 71f95ec commit 9ebc24d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libcxx/include/__config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,9 +1389,6 @@ __sanitizer_verify_double_ended_contiguous_container(const void*, const void*, c
13891389
# define _LIBCPP_WORKAROUND_OBJCXX_COMPILER_INTRINSICS
13901390
# endif
13911391

1392-
// TODO: Make this a proper configuration option
1393-
# define _PSTL_PAR_BACKEND_SERIAL
1394-
13951392
# define _PSTL_PRAGMA(x) _Pragma(#x)
13961393

13971394
// Enable SIMD for compilers that support OpenMP 4.0

0 commit comments

Comments
 (0)