public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] gmon: Remove unused sprofil.c functions
@ 2022-03-23 17:30 Adhemerval Zanella
0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2022-03-23 17:30 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=33f4d09bdc3d7730ae2fb3e9b67819d32a6b9ae6
commit 33f4d09bdc3d7730ae2fb3e9b67819d32a6b9ae6
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Thu Mar 10 08:08:37 2022 -0300
gmon: Remove unused sprofil.c functions
Diff:
---
sysdeps/posix/sprofil.c | 12 ------------
1 file changed, 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. */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-03-23 17:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-23 17:30 [glibc] gmon: Remove unused sprofil.c functions Adhemerval Zanella
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).