summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerMutate.cpp
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-09-21 22:42:17 +0000
committerKostya Serebryany <kcc@google.com>2016-09-21 22:42:17 +0000
commit29bb6640759f55a7092963dca3ef0287a9f5d140 (patch)
tree6ed23cf0c51af0d35971870baf7f6b28980e8247 /llvm/lib/Fuzzer/FuzzerMutate.cpp
parent0509203952fa0e6c1073dab2d9cce1e3beabab9f (diff)
downloadbcm5719-llvm-29bb6640759f55a7092963dca3ef0287a9f5d140.tar.gz
bcm5719-llvm-29bb6640759f55a7092963dca3ef0287a9f5d140.zip
[libFuzzer] add stats to the corpus; more refactoring
llvm-svn: 282121
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerMutate.cpp')
-rw-r--r--llvm/lib/Fuzzer/FuzzerMutate.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerMutate.cpp b/llvm/lib/Fuzzer/FuzzerMutate.cpp
index b243aa653c3..69ef9640d77 100644
--- a/llvm/lib/Fuzzer/FuzzerMutate.cpp
+++ b/llvm/lib/Fuzzer/FuzzerMutate.cpp
@@ -10,7 +10,6 @@
//===----------------------------------------------------------------------===//
#include <cstring>
-#include <unordered_set>
#include "FuzzerCorpus.h"
#include "FuzzerDefs.h"
OpenPOWER on IntegriCloud