summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerTracePC.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2018-05-10 20:24:39 +0000
committerKostya Serebryany <kcc@google.com>2018-05-10 20:24:39 +0000
commitc597043e971f1a96ac5e168055c6d30ef999b0b6 (patch)
treee8e1b22e1486b5791cbb9ed2f35d15d8c710ca0b /lib/fuzzer/FuzzerTracePC.h
parent4eadac5244583b24a58f755d187ecdfc81906248 (diff)
[libFuzzer] remove the dump_coverage flag, it hasn't been working with the inline sanitizer coverage anyway
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@332036 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/fuzzer/FuzzerTracePC.h')
-rw-r--r--lib/fuzzer/FuzzerTracePC.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fuzzer/FuzzerTracePC.h b/lib/fuzzer/FuzzerTracePC.h
index 0cf4e7248..27ff47cd7 100644
--- a/lib/fuzzer/FuzzerTracePC.h
+++ b/lib/fuzzer/FuzzerTracePC.h
@@ -102,7 +102,6 @@ class TracePC {
void PrintModuleInfo();
void PrintCoverage();
- void DumpCoverage();
void AddValueForMemcmp(void *caller_pc, const void *s1, const void *s2,
size_t n, bool StopAtZero);