summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_report.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/asan/asan_report.h')
-rw-r--r--compiler-rt/lib/asan/asan_report.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/asan_report.h b/compiler-rt/lib/asan/asan_report.h
index 259177bc7c2..324e454ea5f 100644
--- a/compiler-rt/lib/asan/asan_report.h
+++ b/compiler-rt/lib/asan/asan_report.h
@@ -46,7 +46,6 @@ bool ParseFrameDescription(const char *frame_descr,
// Different kinds of error reports.
void ReportGenericError(uptr pc, uptr bp, uptr sp, uptr addr, bool is_write,
uptr access_size, u32 exp, bool fatal);
-void ReportStackOverflow(const SignalContext &sig);
void ReportDeadlySignal(const SignalContext &sig);
void ReportNewDeleteSizeMismatch(uptr addr, uptr delete_size,
BufferedStackTrace *free_stack);
OpenPOWER on IntegriCloud