diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-03-10 08:08:37 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-03-23 14:29:25 -0300 |
commit | 33f4d09bdc3d7730ae2fb3e9b67819d32a6b9ae6 (patch) | |
tree | a7c87512de29f39de4d685caead3e6f1489d3448 /sysdeps/posix | |
parent | 8ef9196b26793830515402ea95aca2629f7721ec (diff) | |
download | glibc-33f4d09bdc3d7730ae2fb3e9b67819d32a6b9ae6.tar.gz glibc-33f4d09bdc3d7730ae2fb3e9b67819d32a6b9ae6.tar.xz glibc-33f4d09bdc3d7730ae2fb3e9b67819d32a6b9ae6.zip |
gmon: Remove unused sprofil.c functions
Diffstat (limited to 'sysdeps/posix')
-rw-r--r-- | sysdeps/posix/sprofil.c | 12 |
1 files changed, 0 insertions, 12 deletions
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. */ |