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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/asan/asan_report.h b/compiler-rt/lib/asan/asan_report.h
index 1edd5475caf..559b8adfd51 100644
--- a/compiler-rt/lib/asan/asan_report.h
+++ b/compiler-rt/lib/asan/asan_report.h
@@ -77,8 +77,6 @@ void ReportODRViolation(const __asan_global *g1, u32 stack_id1,
const __asan_global *g2, u32 stack_id2);
// Mac-specific errors and warnings.
-void WarnMacFreeUnallocated(uptr addr, uptr zone_ptr, const char *zone_name,
- BufferedStackTrace *stack);
void ReportMacMzReallocUnknown(uptr addr, uptr zone_ptr,
const char *zone_name,
BufferedStackTrace *stack);
OpenPOWER on IntegriCloud