From: Adhemerval Zanella Date: Thu, 10 Mar 2022 11:08:37 +0000 (-0300) Subject: gmon: Remove unused sprofil.c functions X-Git-Tag: glibc-2.36~459 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33f4d09bdc3d7730ae2fb3e9b67819d32a6b9ae6;p=thirdparty%2Fglibc.git gmon: Remove unused sprofil.c functions --- diff --git a/sysdeps/posix/sprofil.c b/sysdeps/posix/sprofil.c index 5f03bd0e3b6..785b817f963 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. */