summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_coverage_interface.inc
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2017-04-19 23:05:53 +0000
committerKostya Serebryany <kcc@google.com>2017-04-19 23:05:53 +0000
commit00e8357e522e7327483bfd438f4db4ee17ffa544 (patch)
treed0b0b1ba441a521ce16bae2806e1d04b80c410a7 /lib/sanitizer_common/sanitizer_coverage_interface.inc
parent104db270df900d2465b8e448292ff90fee6269a0 (diff)
[sanitizer-coverage] remove more unused code
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@300780 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/sanitizer_coverage_interface.inc')
-rw-r--r--lib/sanitizer_common/sanitizer_coverage_interface.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sanitizer_common/sanitizer_coverage_interface.inc b/lib/sanitizer_common/sanitizer_coverage_interface.inc
index 139a8b989..42b4d3aba 100644
--- a/lib/sanitizer_common/sanitizer_coverage_interface.inc
+++ b/lib/sanitizer_common/sanitizer_coverage_interface.inc
@@ -15,10 +15,8 @@ INTERFACE_FUNCTION(__sanitizer_cov_module_init)
INTERFACE_FUNCTION(__sanitizer_cov_with_check)
INTERFACE_FUNCTION(__sanitizer_dump_coverage)
INTERFACE_FUNCTION(__sanitizer_dump_trace_pc_guard_coverage)
-INTERFACE_FUNCTION(__sanitizer_get_coverage_guards)
INTERFACE_FUNCTION(__sanitizer_get_total_unique_coverage)
INTERFACE_FUNCTION(__sanitizer_maybe_open_cov_file)
-INTERFACE_FUNCTION(__sanitizer_reset_coverage)
INTERFACE_WEAK_FUNCTION(__sancov_default_options)
INTERFACE_WEAK_FUNCTION(__sanitizer_cov_trace_cmp)
INTERFACE_WEAK_FUNCTION(__sanitizer_cov_trace_cmp1)