From 5697c59c7fb31262e566d451de73b57ac3b56422 Mon Sep 17 00:00:00 2001 From: Max Moroz Date: Mon, 16 Jul 2018 20:05:18 +0000 Subject: Revert r337194 (https://reviews.llvm.org/D48891) due to compilation errors. llvm-svn: 337206 --- compiler-rt/lib/fuzzer/FuzzerLoop.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler-rt/lib/fuzzer/FuzzerLoop.cpp') diff --git a/compiler-rt/lib/fuzzer/FuzzerLoop.cpp b/compiler-rt/lib/fuzzer/FuzzerLoop.cpp index 5497c1f61e3..ba61c15f01b 100644 --- a/compiler-rt/lib/fuzzer/FuzzerLoop.cpp +++ b/compiler-rt/lib/fuzzer/FuzzerLoop.cpp @@ -358,8 +358,6 @@ void Fuzzer::PrintFinalStats() { TPC.DumpCoverage(); if (Options.PrintCorpusStats) Corpus.PrintStats(); - if (Options.PrintMutationStats) - MD.PrintMutationStats(); if (!Options.PrintFinalStats) return; size_t ExecPerSec = execPerSec(); -- cgit v1.2.3