public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] elf: Remove unused variables in tests
@ 2022-03-31 12:00 Adhemerval Zanella
0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2022-03-31 12:00 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f60510ddafc62b81ed551b46db9761e408559322
commit f60510ddafc62b81ed551b46db9761e408559322
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Fri Mar 25 11:16:26 2022 -0300
elf: Remove unused variables in tests
Checked on x86_64-linux-gnu and i686-linux-gnu.
Diff:
---
elf/nodel2mod1.c | 2 --
elf/reldep8mod1.c | 2 --
elf/reldep9mod1.c | 2 --
3 files changed, 6 deletions(-)
diff --git a/elf/nodel2mod1.c b/elf/nodel2mod1.c
index acddc4cf8b..61d8c0edb0 100644
--- a/elf/nodel2mod1.c
+++ b/elf/nodel2mod1.c
@@ -9,9 +9,7 @@ void
__attribute__((destructor))
bar (void)
{
- static int i;
foo ();
- ++i;
}
void
baz (void)
diff --git a/elf/reldep8mod1.c b/elf/reldep8mod1.c
index acddc4cf8b..61d8c0edb0 100644
--- a/elf/reldep8mod1.c
+++ b/elf/reldep8mod1.c
@@ -9,9 +9,7 @@ void
__attribute__((destructor))
bar (void)
{
- static int i;
foo ();
- ++i;
}
void
baz (void)
diff --git a/elf/reldep9mod1.c b/elf/reldep9mod1.c
index 249a2bae1c..b75f9f1f1f 100644
--- a/elf/reldep9mod1.c
+++ b/elf/reldep9mod1.c
@@ -9,9 +9,7 @@ void
__attribute__((destructor))
bar (void)
{
- static int i;
foo ();
- ++i;
}
void
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-03-31 12:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-31 12:00 [glibc] elf: Remove unused variables in tests 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).