diff options
| author | Kostya Serebryany <kcc@google.com> | 2017-03-15 00:39:06 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2017-03-15 00:39:06 +0000 |
| commit | 70240430d9e27e45499e29f3f4ed232ab0488d31 (patch) | |
| tree | 403de490da25969dcbdb8d207838649a503e01e4 /llvm/lib/Fuzzer/FuzzerInternal.h | |
| parent | 862a845aa5815a52f5622b53300d5ddadf1e991a (diff) | |
| download | bcm5719-llvm-70240430d9e27e45499e29f3f4ed232ab0488d31.tar.gz bcm5719-llvm-70240430d9e27e45499e29f3f4ed232ab0488d31.zip | |
[libFuzzer] remove even more stale code
llvm-svn: 297797
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerInternal.h')
| -rw-r--r-- | llvm/lib/Fuzzer/FuzzerInternal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerInternal.h b/llvm/lib/Fuzzer/FuzzerInternal.h index 3a3889723f7..b15f614d726 100644 --- a/llvm/lib/Fuzzer/FuzzerInternal.h +++ b/llvm/lib/Fuzzer/FuzzerInternal.h @@ -141,8 +141,6 @@ private: // Need to know our own thread. static thread_local bool IsMyThread; - - bool InMergeMode = false; }; }; // namespace fuzzer |

