summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerOptions.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-09-30 22:29:57 +0000
committerKostya Serebryany <kcc@google.com>2016-09-30 22:29:57 +0000
commite7e790bad6217a09a3b7d74865eb5a34c10514d8 (patch)
tree8debbb567e1387fc7737da53fee05c0a4acc5ce3 /llvm/lib/Fuzzer/FuzzerOptions.h
parentfad073a6ab55cc85e31038938d0debf9ae229b71 (diff)
downloadbcm5719-llvm-e7e790bad6217a09a3b7d74865eb5a34c10514d8.tar.gz
bcm5719-llvm-e7e790bad6217a09a3b7d74865eb5a34c10514d8.zip
[libFuzzer] remove unused option
llvm-svn: 282971
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerOptions.h')
-rw-r--r--llvm/lib/Fuzzer/FuzzerOptions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerOptions.h b/llvm/lib/Fuzzer/FuzzerOptions.h
index 56c35aa5253..09b2cdec945 100644
--- a/llvm/lib/Fuzzer/FuzzerOptions.h
+++ b/llvm/lib/Fuzzer/FuzzerOptions.h
@@ -49,7 +49,6 @@ struct FuzzingOptions {
bool PrintCorpusStats = false;
bool PrintCoverage = false;
bool DetectLeaks = true;
- bool PruneCorpus = true;
};
} // namespace fuzzer
OpenPOWER on IntegriCloud