elf: Remove unused variables in tests

Checked on x86_64-linux-gnu and i686-linux-gnu.
This commit is contained in:
Adhemerval Zanella 2022-03-25 11:16:26 -03:00
parent b2cd93fce6
commit f60510ddaf
3 changed files with 0 additions and 6 deletions

View File

@ -9,9 +9,7 @@ void
__attribute__((destructor)) __attribute__((destructor))
bar (void) bar (void)
{ {
static int i;
foo (); foo ();
++i;
} }
void void
baz (void) baz (void)

View File

@ -9,9 +9,7 @@ void
__attribute__((destructor)) __attribute__((destructor))
bar (void) bar (void)
{ {
static int i;
foo (); foo ();
++i;
} }
void void
baz (void) baz (void)

View File

@ -9,9 +9,7 @@ void
__attribute__((destructor)) __attribute__((destructor))
bar (void) bar (void)
{ {
static int i;
foo (); foo ();
++i;
} }
void void