[compiler-rt] 14971ae - [NFC][ASAN] Remove unused function
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Mon May 8 12:44:32 PDT 2023
Author: Vitaly Buka
Date: 2023-05-08T12:44:13-07:00
New Revision: 14971ae255a4ab5f7d569247f55083923bfa5f2b
URL: https://github.com/llvm/llvm-project/commit/14971ae255a4ab5f7d569247f55083923bfa5f2b
DIFF: https://github.com/llvm/llvm-project/commit/14971ae255a4ab5f7d569247f55083923bfa5f2b.diff
LOG: [NFC][ASAN] Remove unused function
Added:
Modified:
compiler-rt/lib/asan/asan_thread.cpp
Removed:
################################################################################
diff --git a/compiler-rt/lib/asan/asan_thread.cpp b/compiler-rt/lib/asan/asan_thread.cpp
index 7b2f87845a8c2..8d4b5c80f76ec 100644
--- a/compiler-rt/lib/asan/asan_thread.cpp
+++ b/compiler-rt/lib/asan/asan_thread.cpp
@@ -579,10 +579,6 @@ void GetRunningThreadsLocked(InternalMmapVector<tid_t> *threads) {
threads);
}
-void FinishThreadLocked(u32 tid) {
- GetAsanThreadRegistryLocked()->FinishThread(tid);
-}
-
} // namespace __lsan
// ---------------------- Interface ---------------- {{{1
More information about the llvm-commits
mailing list