[compiler-rt] 733b33b - [NFC][hwasan] Remove unused mutex

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 15 23:28:03 PDT 2023


Author: Vitaly Buka
Date: 2023-09-15T23:27:45-07:00
New Revision: 733b33bcbfc435c5660243d9436502290e5cebc9

URL: https://github.com/llvm/llvm-project/commit/733b33bcbfc435c5660243d9436502290e5cebc9
DIFF: https://github.com/llvm/llvm-project/commit/733b33bcbfc435c5660243d9436502290e5cebc9.diff

LOG: [NFC][hwasan] Remove unused mutex

Added: 
    

Modified: 
    compiler-rt/lib/hwasan/hwasan_report.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/hwasan/hwasan_report.cpp b/compiler-rt/lib/hwasan/hwasan_report.cpp
index 803987a43a51369..d4ef73c2b6b211d 100644
--- a/compiler-rt/lib/hwasan/hwasan_report.cpp
+++ b/compiler-rt/lib/hwasan/hwasan_report.cpp
@@ -78,7 +78,6 @@ class ScopedReport {
   }
 
  private:
-  ScopedErrorReportLock error_report_lock_;
   InternalMmapVector<char> error_message_;
   bool fatal;
 


        


More information about the llvm-commits mailing list