gmon: Remove unused sprofil.c functions

This commit is contained in:
Adhemerval Zanella 2022-03-10 08:08:37 -03:00
parent 8ef9196b26
commit 33f4d09bdc

View File

@ -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. */