diff options
| author | Kostya Serebryany <kcc@google.com> | 2018-05-10 20:24:39 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2018-05-10 20:24:39 +0000 |
| commit | d80e821646a15eeb72395f13a321c6b5df79e015 (patch) | |
| tree | 8871477010788a4a26d87f0332474fa8a617c5ef /compiler-rt/lib/fuzzer/FuzzerTracePC.h | |
| parent | 9788e60736b3ea72a493ce9cfb058e540d9c50af (diff) | |
| download | bcm5719-llvm-d80e821646a15eeb72395f13a321c6b5df79e015.tar.gz bcm5719-llvm-d80e821646a15eeb72395f13a321c6b5df79e015.zip | |
[libFuzzer] remove the dump_coverage flag, it hasn't been working with the inline sanitizer coverage anyway
llvm-svn: 332036
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerTracePC.h')
| -rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerTracePC.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerTracePC.h b/compiler-rt/lib/fuzzer/FuzzerTracePC.h index 0cf4e7248e7..27ff47cd78b 100644 --- a/compiler-rt/lib/fuzzer/FuzzerTracePC.h +++ b/compiler-rt/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); |

