From a5bb6d53f2f4016a335e8dee310e76493ef3b825 Mon Sep 17 00:00:00 2001 From: Matt Morehouse Date: Mon, 9 Jul 2018 22:31:26 +0000 Subject: Revert "[libFuzzer] Mutation tracking and logging implemented" This reverts r336597 due to bot breakage. llvm-svn: 336616 --- 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 1a2276fd19b..d412b584ded 100644 --- a/compiler-rt/lib/fuzzer/FuzzerLoop.cpp +++ b/compiler-rt/lib/fuzzer/FuzzerLoop.cpp @@ -355,8 +355,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