diff options
author | Martin Liska <mliska@suse.cz> | 2020-05-05 16:15:47 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2020-05-05 16:15:47 +0200 |
commit | 811b7636cb8c10f1a550a76242b5666c7ae36da2 (patch) | |
tree | ea0379a64bf214b68baee4d56fd693cfd01fb914 /libgcc/gcov.h | |
parent | c0532db47d092430f8e8f497b2dc53343527bb13 (diff) | |
download | gcc-811b7636cb8c10f1a550a76242b5666c7ae36da2.zip gcc-811b7636cb8c10f1a550a76242b5666c7ae36da2.tar.gz gcc-811b7636cb8c10f1a550a76242b5666c7ae36da2.tar.bz2 |
Remove __gcov_flush.
PR gcov-profile/93623
* tree-cfg.c (stmt_can_terminate_bb_p): Update comment to reflect
reality.
PR gcov-profile/93623
* Makefile.in: Remove __gcov_flush.
* gcov.h (__gcov_flush): Remove.
* libgcov-interface.c (__gcov_flush): Remove.
(init_mx): Use renamed mutex.
(__gcov_lock): Likewise.
(__gcov_unlock): Likewise.
(__gcov_fork): Likewise.
(__gcov_flush): Remove.
Diffstat (limited to 'libgcc/gcov.h')
-rw-r--r-- | libgcc/gcov.h | 5 |
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 */ |