diff options
| author | Kostya Serebryany <kcc@google.com> | 2017-12-01 19:24:06 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2017-12-01 19:24:06 +0000 |
| commit | 6afa7a54be1a8b8d6f1ef6d5ad1fb26e3b80914b (patch) | |
| tree | 92874d9bf4f5a5f9033988be6d1205dcd03822e9 /compiler-rt/lib/fuzzer/FuzzerOptions.h | |
| parent | ad05ee0512119034e8c8e597dfe4959f97892b21 (diff) | |
| download | bcm5719-llvm-6afa7a54be1a8b8d6f1ef6d5ad1fb26e3b80914b.tar.gz bcm5719-llvm-6afa7a54be1a8b8d6f1ef6d5ad1fb26e3b80914b.zip | |
[libFuzzer] remove stale flags; NFC
llvm-svn: 319572
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerOptions.h')
| -rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerOptions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerOptions.h b/compiler-rt/lib/fuzzer/FuzzerOptions.h index 56e1dcd68db..e0baf69a749 100644 --- a/compiler-rt/lib/fuzzer/FuzzerOptions.h +++ b/compiler-rt/lib/fuzzer/FuzzerOptions.h @@ -28,7 +28,6 @@ struct FuzzingOptions { int MutateDepth = 5; bool ReduceDepth = false; bool UseCounters = false; - bool UseIndirCalls = true; bool UseMemmem = true; bool UseCmp = false; bool UseValueProfile = false; |

