diff options
| author | Kostya Serebryany <kcc@google.com> | 2017-03-15 00:34:25 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2017-03-15 00:34:25 +0000 |
| commit | 862a845aa5815a52f5622b53300d5ddadf1e991a (patch) | |
| tree | 564482134cf12833f56dced599a7aa9a93ff9954 /llvm/lib/Fuzzer/FuzzerInternal.h | |
| parent | 10f54e39fa13be0e85819c69e8c049a08914738d (diff) | |
| download | bcm5719-llvm-862a845aa5815a52f5622b53300d5ddadf1e991a.tar.gz bcm5719-llvm-862a845aa5815a52f5622b53300d5ddadf1e991a.zip | |
[libFuzzer] simplify code a bit
llvm-svn: 297796
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerInternal.h')
| -rw-r--r-- | llvm/lib/Fuzzer/FuzzerInternal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerInternal.h b/llvm/lib/Fuzzer/FuzzerInternal.h index 347228ebc42..3a3889723f7 100644 --- a/llvm/lib/Fuzzer/FuzzerInternal.h +++ b/llvm/lib/Fuzzer/FuzzerInternal.h @@ -110,7 +110,6 @@ private: // Stop tracing. void StopTraceRecording(); - void SetDeathCallback(); static void StaticDeathCallback(); void DumpCurrentUnit(const char *Prefix); void DeathCallback(); |

