]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
gmon: Remove unused sprofil.c functions
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 10 Mar 2022 11:08:37 +0000 (08:08 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 23 Mar 2022 17:29:25 +0000 (14:29 -0300)
sysdeps/posix/sprofil.c

index 5f03bd0e3b6e56811c04237c4502edb9cc5a707d..785b817f96315cd54e3daa55caed58c7e04c812f 100644 (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.  */