Skip to content

Commit b4655a0

Browse files
committed
[NFC][sanitizer] Remove unused typedef
1 parent 236c452 commit b4655a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ struct StackTrace {
6767
static uptr GetCurrentPc();
6868
static inline uptr GetPreviousInstructionPc(uptr pc);
6969
static uptr GetNextInstructionPc(uptr pc);
70-
typedef bool (*SymbolizeCallback)(const void *pc, char *out_buffer,
71-
int out_size);
7270
};
7371

7472
// Performance-critical, must be in the header.

0 commit comments

Comments
 (0)