diff options
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerInternal.h')
-rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerInternal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerInternal.h b/compiler-rt/lib/fuzzer/FuzzerInternal.h index b38e9382320..9950445bc18 100644 --- a/compiler-rt/lib/fuzzer/FuzzerInternal.h +++ b/compiler-rt/lib/fuzzer/FuzzerInternal.h @@ -89,7 +89,6 @@ public: bool DuringInitialCorpusExecution); void HandleMalloc(size_t Size); - void AnnounceOutput(const uint8_t *Data, size_t Size); private: void AlarmCallback(); |