summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerInternal.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2017-12-12 23:11:28 +0000
committerKostya Serebryany <kcc@google.com>2017-12-12 23:11:28 +0000
commite4c546028442192e48480ff2d3d9e29ecc62774d (patch)
treeb1a48dfc35675aff67861a4d3c1bbb39d7505723 /lib/fuzzer/FuzzerInternal.h
parent8106beb37dc9b0d632c3596895bda21ef8108e7d (diff)
[libFuzzer] change the strategy for -experimental_len_control to grow max_len slower
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@320531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/fuzzer/FuzzerInternal.h')
-rw-r--r--lib/fuzzer/FuzzerInternal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/fuzzer/FuzzerInternal.h b/lib/fuzzer/FuzzerInternal.h
index 5ae9e2b8f..2b2638f1f 100644
--- a/lib/fuzzer/FuzzerInternal.h
+++ b/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;