From b1e8b8149b9132b3c5e852313f5ba8efbca513cc Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Fri, 8 Feb 2019 22:02:37 +0000 Subject: [libFuzzer] remove two unused experimental flags llvm-svn: 353573 --- compiler-rt/lib/fuzzer/FuzzerMerge.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'compiler-rt/lib/fuzzer/FuzzerMerge.h') diff --git a/compiler-rt/lib/fuzzer/FuzzerMerge.h b/compiler-rt/lib/fuzzer/FuzzerMerge.h index 917108e3f09..273f486b2f9 100644 --- a/compiler-rt/lib/fuzzer/FuzzerMerge.h +++ b/compiler-rt/lib/fuzzer/FuzzerMerge.h @@ -63,8 +63,6 @@ struct Merger { bool Parse(std::istream &IS, bool ParseCoverage); bool Parse(const std::string &Str, bool ParseCoverage); void ParseOrExit(std::istream &IS, bool ParseCoverage); - void PrintSummary(std::ostream &OS); - Set ParseSummary(std::istream &IS); size_t Merge(const Set &InitialFeatures, Vector *NewFiles); size_t ApproximateMemoryConsumption() const; @@ -74,9 +72,7 @@ struct Merger { Vector CrashResistantMerge(const Vector &Args, const Vector &Corpora, - const std::string &CFPath, - const char *CoverageSummaryInputPathOrNull, - const char *CoverageSummaryOutputPathOrNull); + const std::string &CFPath); } // namespace fuzzer -- cgit v1.2.3