public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] elf: Remove unused variables in tests
@ 2022-03-29 20:33 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2022-03-29 20:33 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=bd89293b9ee841728c72492bf6bbc9a92fc0876c

commit bd89293b9ee841728c72492bf6bbc9a92fc0876c
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 11:16:26 2022 -0300

    elf: Remove unused variables in tests

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-29 20:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-29 20:33 [glibc/azanella/clang] 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).