[libFuzzer] more refactoring the code that checks the coverage. NFC
[oota-llvm.git] / lib / Fuzzer / FuzzerInternal.h
index 85f86158373f7fae02bd4dc205a0616add9f2c10..919516a703c7a53a8288c4d16d8351f3e2a279f2 100644 (file)
@@ -128,7 +128,7 @@ class Fuzzer {
   void RunOneAndUpdateCorpus(Unit &U);
   void WriteToOutputCorpus(const Unit &U);
   void WriteUnitToFileWithPrefix(const Unit &U, const char *Prefix);
-  void PrintStats(const char *Where, size_t Cov, const char *End = "\n");
+  void PrintStats(const char *Where, const char *End = "\n");
   void PrintUnitInASCII(const Unit &U, const char *PrintAfter = "");
 
   void SyncCorpus();