diff mbox series

[COMMITTED] gmon: Remove unused sprofil.c functions

Message ID 20220323173045.4170199-1-adhemerval.zanella@linaro.org
State New
Headers show
Series [COMMITTED] gmon: Remove unused sprofil.c functions | expand

Commit Message

Adhemerval Zanella March 23, 2022, 5:30 p.m. UTC
---
 sysdeps/posix/sprofil.c | 12 ------------
 1 file changed, 12 deletions(-)
diff mbox series

Patch

diff --git a/sysdeps/posix/sprofil.c b/sysdeps/posix/sprofil.c
index 5f03bd0e3b..785b817f96 100644
--- a/sysdeps/posix/sprofil.c
+++ b/sysdeps/posix/sprofil.c
@@ -163,18 +163,6 @@  profil_count (uintptr_t pcp, int prof_uint)
     }
 }
 
-static inline void
-profil_count_ushort (uintptr_t pcp)
-{
-  profil_count (pcp, 0);
-}
-
-static inline void
-profil_count_uint (uintptr_t pcp)
-{
-  profil_count (pcp, 1);
-}
-
 /* Get the machine-dependent definition of `__profil_counter', the signal
    handler for SIGPROF.  It calls `profil_count' (above) with the PC of the
    interrupted code.  */