[compiler-rt] b4655a0 - [NFC][sanitizer] Remove unused typedef

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 28 13:32:13 PST 2020


Author: Vitaly Buka
Date: 2020-12-28T13:17:07-08:00
New Revision: b4655a0815d0cd75297cfe323526397ee7a03dca

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

LOG: [NFC][sanitizer] Remove unused typedef

Added: 
    

Modified: 
    compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h b/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
index 0350fe84b045..15616f899d01 100644
--- a/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
+++ b/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
@@ -67,8 +67,6 @@ struct StackTrace {
   static uptr GetCurrentPc();
   static inline uptr GetPreviousInstructionPc(uptr pc);
   static uptr GetNextInstructionPc(uptr pc);
-  typedef bool (*SymbolizeCallback)(const void *pc, char *out_buffer,
-                                    int out_size);
 };
 
 // Performance-critical, must be in the header.


        


More information about the llvm-commits mailing list