forked from OSchip/llvm-project
[NFC][Asan] Remove unused macro
This commit is contained in:
parent
cec49a5836
commit
d784f74069
|
@ -51,11 +51,6 @@ u32 GetMallocContextSize();
|
||||||
stack.Unwind(pc, bp, nullptr, \
|
stack.Unwind(pc, bp, nullptr, \
|
||||||
common_flags()->fast_unwind_on_fatal)
|
common_flags()->fast_unwind_on_fatal)
|
||||||
|
|
||||||
#define GET_STACK_TRACE_SIGNAL(sig) \
|
|
||||||
BufferedStackTrace stack; \
|
|
||||||
stack.Unwind((sig).pc, (sig).bp, (sig).context, \
|
|
||||||
common_flags()->fast_unwind_on_fatal)
|
|
||||||
|
|
||||||
#define GET_STACK_TRACE_FATAL_HERE \
|
#define GET_STACK_TRACE_FATAL_HERE \
|
||||||
GET_STACK_TRACE(kStackTraceMax, common_flags()->fast_unwind_on_fatal)
|
GET_STACK_TRACE(kStackTraceMax, common_flags()->fast_unwind_on_fatal)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue