summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerDefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fuzzer/FuzzerDefs.h')
-rw-r--r--lib/fuzzer/FuzzerDefs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/fuzzer/FuzzerDefs.h b/lib/fuzzer/FuzzerDefs.h
index 02e25f673..dde1b4b83 100644
--- a/lib/fuzzer/FuzzerDefs.h
+++ b/lib/fuzzer/FuzzerDefs.h
@@ -186,10 +186,6 @@ uint8_t *ExtraCountersBegin();
uint8_t *ExtraCountersEnd();
void ClearExtraCounters();
-uint64_t *ClangCountersBegin();
-uint64_t *ClangCountersEnd();
-void ClearClangCounters();
-
} // namespace fuzzer
#endif // LLVM_FUZZER_DEFS_H