[all-commits] [llvm/llvm-project] 5955f3: [lldb][Widows] Remove unused WriteTryLock function
David Spickett via All-commits
all-commits at lists.llvm.org
Tue Jun 10 04:45:51 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5955f3e848bc7da4f2e9748249891f6e926b6375
https://github.com/llvm/llvm-project/commit/5955f3e848bc7da4f2e9748249891f6e926b6375
Author: David Spickett <david.spickett at linaro.org>
Date: 2025-06-10 (Tue, 10 Jun 2025)
Changed paths:
M lldb/source/Host/windows/ProcessRunLock.cpp
Log Message:
-----------
[lldb][Widows] Remove unused WriteTryLock function
Unused since d792094c26dc6b40136f1e6c2e393c041062e371.
[2571/6469] Building CXX object tools/lldb/sourc...iles/lldbHost.dir/windows/ProcessRunLock.cpp.obj
C:/Users/tcwg/llvm-worker/lldb-aarch64-windows/llvm-project/lldb/source/Host/windows/ProcessRunLock.cpp(31,13): warning: unused function 'WriteTryLock' [-Wunused-function]
31 | static bool WriteTryLock(lldb::rwlock_t rwlock) {
| ^~~~~~~~~~~~
1 warning generated.
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