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. _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits