diff options
author | Kostya Serebryany <kcc@google.com> | 2016-04-25 19:41:45 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2016-04-25 19:41:45 +0000 |
commit | 9ba19182be2cb43d84c2b46b2e0858be5fa51329 (patch) | |
tree | 1be2e19517580718b2d3585982c65b8994cf6c4f /llvm/lib/Fuzzer/FuzzerInternal.h | |
parent | 2414bcabd20b44e2ebf056d5479ebbfe68dced67 (diff) | |
download | bcm5719-llvm-9ba19182be2cb43d84c2b46b2e0858be5fa51329.tar.gz bcm5719-llvm-9ba19182be2cb43d84c2b46b2e0858be5fa51329.zip |
[libFuzzer] remove dead code
llvm-svn: 267455
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerInternal.h')
-rw-r--r-- | llvm/lib/Fuzzer/FuzzerInternal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerInternal.h b/llvm/lib/Fuzzer/FuzzerInternal.h index c5443b07a33..0d540d8da35 100644 --- a/llvm/lib/Fuzzer/FuzzerInternal.h +++ b/llvm/lib/Fuzzer/FuzzerInternal.h @@ -398,7 +398,6 @@ private: size_t CurrentUnitSize = 0; size_t TotalNumberOfRuns = 0; - size_t TotalNumberOfExecutedTraceBasedMutations = 0; size_t NumberOfNewUnitsAdded = 0; bool HasMoreMallocsThanFrees = false; |