aboutsummaryrefslogtreecommitdiff
path: root/test/tsan/Darwin/debug_external.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/Darwin/debug_external.cc')
-rw-r--r--test/tsan/Darwin/debug_external.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/tsan/Darwin/debug_external.cc b/test/tsan/Darwin/debug_external.cc
index 217690fc5dd0..2418a271b23c 100644
--- a/test/tsan/Darwin/debug_external.cc
+++ b/test/tsan/Darwin/debug_external.cc
@@ -17,8 +17,6 @@ int __tsan_get_report_loc(void *report, unsigned long idx, const char **type,
unsigned long trace_size);
int __tsan_get_report_loc_object_type(void *report, unsigned long idx,
const char **object_type);
-void *__tsan_external_register_tag(const char *object_type);
-void __tsan_external_assign_tag(void *addr, void *tag);
}
void *Thread(void *arg) {