[all-commits] [llvm/llvm-project] fbb469: [libc++] Remove unused _LIBCPP_HAS_NO_TREE_BARRIER...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Jan 14 09:11:20 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbb4697c3f08dc3ef69e718b3c43dde494018de3
https://github.com/llvm/llvm-project/commit/fbb4697c3f08dc3ef69e718b3c43dde494018de3
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2025-01-14 (Tue, 14 Jan 2025)
Changed paths:
M libcxx/include/barrier
M libcxx/src/barrier.cpp
M libcxx/test/tools/clang_tidy_checks/internal_ftm_use.cpp
Log Message:
-----------
[libc++] Remove unused _LIBCPP_HAS_NO_TREE_BARRIER macro and associated dead code (#122769)
That macro was present in the original implementation of the
synchronization library, but it was never defined and so it's
effectively unused.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list