diff options
| author | Kostya Serebryany <kcc@google.com> | 2017-12-12 23:11:28 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2017-12-12 23:11:28 +0000 |
| commit | e9ed2327b618e4846f6e510943d5b33bc37c7299 (patch) | |
| tree | 8a19a64ebe78ac5c327045f4a78497d2222f15ee /compiler-rt/lib/fuzzer/FuzzerInternal.h | |
| parent | 3cf695aa383233c01e23cddebddc3dfcb5a4b77d (diff) | |
| download | bcm5719-llvm-e9ed2327b618e4846f6e510943d5b33bc37c7299.tar.gz bcm5719-llvm-e9ed2327b618e4846f6e510943d5b33bc37c7299.zip | |
[libFuzzer] change the strategy for -experimental_len_control to grow max_len slower
llvm-svn: 320531
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerInternal.h')
| -rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerInternal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerInternal.h b/compiler-rt/lib/fuzzer/FuzzerInternal.h index 5ae9e2b8f6f..2b2638f1f8f 100644 --- a/compiler-rt/lib/fuzzer/FuzzerInternal.h +++ b/compiler-rt/lib/fuzzer/FuzzerInternal.h @@ -124,8 +124,6 @@ private: size_t NumberOfNewUnitsAdded = 0; size_t LastCorpusUpdateRun = 0; - system_clock::time_point LastCorpusUpdateTime = system_clock::now(); - bool HasMoreMallocsThanFrees = false; size_t NumberOfLeakDetectionAttempts = 0; |

