mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
gmon: Remove unused sprofil.c functions
This commit is contained in:
parent
8ef9196b26
commit
33f4d09bdc
@ -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
|
/* Get the machine-dependent definition of `__profil_counter', the signal
|
||||||
handler for SIGPROF. It calls `profil_count' (above) with the PC of the
|
handler for SIGPROF. It calls `profil_count' (above) with the PC of the
|
||||||
interrupted code. */
|
interrupted code. */
|
||||||
|
Loading…
Reference in New Issue
Block a user