summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerOptions.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2017-01-18 01:10:18 +0000
committerKostya Serebryany <kcc@google.com>2017-01-18 01:10:18 +0000
commitbb91170cb52bcda7acbaf303dc14a9f896db0a11 (patch)
treef0f645157a4607bfe5b4354d4610787aeb371d25 /llvm/lib/Fuzzer/FuzzerOptions.h
parent0c5954195b706b13dbac96fab1d60492938da8db (diff)
downloadbcm5719-llvm-bb91170cb52bcda7acbaf303dc14a9f896db0a11.tar.gz
bcm5719-llvm-bb91170cb52bcda7acbaf303dc14a9f896db0a11.zip
[libFuzzer] remove stale code
llvm-svn: 292325
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerOptions.h')
-rw-r--r--llvm/lib/Fuzzer/FuzzerOptions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerOptions.h b/llvm/lib/Fuzzer/FuzzerOptions.h
index 6f72205600b..872def0326f 100644
--- a/llvm/lib/Fuzzer/FuzzerOptions.h
+++ b/llvm/lib/Fuzzer/FuzzerOptions.h
@@ -1,4 +1,3 @@
-//===- FuzzerOptions.h - Internal header for the Fuzzer ---------*- C++ -* ===//
//
// The LLVM Compiler Infrastructure
//
@@ -29,7 +28,6 @@ struct FuzzingOptions {
int MutateDepth = 5;
bool UseCounters = false;
bool UseIndirCalls = true;
- bool UseMemcmp = true;
bool UseMemmem = true;
bool UseCmp = false;
bool UseValueProfile = false;
OpenPOWER on IntegriCloud