Skip to content

Commit 7f78ebf

Browse files
committed
Revert "[libc++] Fix build failure with libdispatch backend (#141606)"
It turns out that we're about to revert the patches that added these annotations in the first place. I was too hasty to land this. This reverts commit 5659471.
1 parent 5659471 commit 7f78ebf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libcxx/src/pstl/libdispatch.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include <dispatch/dispatch.h>
1313

1414
_LIBCPP_BEGIN_NAMESPACE_STD
15-
_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS
1615
namespace __pstl::__libdispatch {
1716

1817
void __dispatch_apply(size_t chunk_count, void* context, void (*func)(void* context, size_t chunk)) noexcept {
@@ -30,5 +29,4 @@ __chunk_partitions __partition_chunks(ptrdiff_t element_count) noexcept {
3029
}
3130

3231
} // namespace __pstl::__libdispatch
33-
_LIBCPP_END_EXPLICIT_ABI_ANNOTATIONS
3432
_LIBCPP_END_NAMESPACE_STD

0 commit comments

Comments
 (0)