Browse Source

elf: Remove unused variables in tests

Checked on x86_64-linux-gnu and i686-linux-gnu.
nsz/bug23293
Adhemerval Zanella 4 years ago
parent
commit
f60510ddaf
  1. 2
      elf/nodel2mod1.c
  2. 2
      elf/reldep8mod1.c
  3. 2
      elf/reldep9mod1.c

2
elf/nodel2mod1.c

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

2
elf/reldep8mod1.c

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

2
elf/reldep9mod1.c

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

Loading…
Cancel
Save