summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h')
-rw-r--r--compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h b/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
index ec63b66cfec..4d19979f2c5 100644
--- a/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
+++ b/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
@@ -134,11 +134,6 @@ struct BufferedStackTrace : public StackTrace {
void UnwindSlow(uptr pc, u32 max_depth);
void UnwindSlow(uptr pc, void *context, u32 max_depth);
- void UnwindSlowWithOptionalContext(uptr pc, void *context, u32 max_depth) {
- if (context) UnwindSlow(pc, context, max_depth);
- else UnwindSlow(pc, max_depth);
- }
-
void PopStackFrames(uptr count);
uptr LocatePcInTrace(uptr pc);
OpenPOWER on IntegriCloud