diff options
| author | Kostya Serebryany <kcc@google.com> | 2019-02-08 22:02:37 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2019-02-08 22:02:37 +0000 |
| commit | b1e8b8149b9132b3c5e852313f5ba8efbca513cc (patch) | |
| tree | 4dfe1b94b7f49154209c052c3a1ebc33d150b466 /compiler-rt/lib/fuzzer/FuzzerMerge.h | |
| parent | 3edf63c55a1e9ae98afa6668f65c30fa8d6f353b (diff) | |
| download | bcm5719-llvm-b1e8b8149b9132b3c5e852313f5ba8efbca513cc.tar.gz bcm5719-llvm-b1e8b8149b9132b3c5e852313f5ba8efbca513cc.zip | |
[libFuzzer] remove two unused experimental flags
llvm-svn: 353573
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerMerge.h')
| -rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerMerge.h | 6 |
1 files changed, 1 insertions, 5 deletions
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<uint32_t> ParseSummary(std::istream &IS); size_t Merge(const Set<uint32_t> &InitialFeatures, Vector<std::string> *NewFiles); size_t ApproximateMemoryConsumption() const; @@ -74,9 +72,7 @@ struct Merger { Vector<std::string> CrashResistantMerge(const Vector<std::string> &Args, const Vector<std::string> &Corpora, - const std::string &CFPath, - const char *CoverageSummaryInputPathOrNull, - const char *CoverageSummaryOutputPathOrNull); + const std::string &CFPath); } // namespace fuzzer |

