aboutsummaryrefslogtreecommitdiff
path: root/libgcc/gcov.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/gcov.h')
-rw-r--r--libgcc/gcov.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libgcc/gcov.h b/libgcc/gcov.h
index f158191..0e3eed3 100644
--- a/libgcc/gcov.h
+++ b/libgcc/gcov.h
@@ -33,9 +33,4 @@ extern void __gcov_reset (void);
extern void __gcov_dump (void);
-/* Write profile information to a file and reset counters to zero.
- The function does operations under a mutex. */
-
-extern void __gcov_flush (void);
-
#endif /* GCC_GCOV_H */