summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2017-04-19 22:24:03 +0000
committerKostya Serebryany <kcc@google.com>2017-04-19 22:24:03 +0000
commit104db270df900d2465b8e448292ff90fee6269a0 (patch)
tree5801b86c31772ec5f9db511c03817edd7e134e7f /include
parent2409e866b62af4d24a0aa743e4e3b8bd7d8a4484 (diff)
[sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect-calls
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@300775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/sanitizer/coverage_interface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sanitizer/coverage_interface.h b/include/sanitizer/coverage_interface.h
index c6ea0e674..adf0960d2 100644
--- a/include/sanitizer/coverage_interface.h
+++ b/include/sanitizer/coverage_interface.h
@@ -35,8 +35,6 @@ extern "C" {
// Get the number of unique covered blocks (or edges).
// This can be useful for coverage-directed in-process fuzzers.
uintptr_t __sanitizer_get_total_unique_coverage();
- // Get the number of unique indirect caller-callee pairs.
- uintptr_t __sanitizer_get_total_unique_caller_callee_pairs();
// Reset the basic-block (edge) coverage to the initial state.
// Useful for in-process fuzzing to start collecting coverage from scratch.