mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
elf: Remove unused variables in tests
Checked on x86_64-linux-gnu and i686-linux-gnu.
This commit is contained in:
parent
b2cd93fce6
commit
f60510ddaf
3 changed files with 0 additions and 6 deletions
|
@ -9,9 +9,7 @@ void
|
|||
__attribute__((destructor))
|
||||
bar (void)
|
||||
{
|
||||
static int i;
|
||||
foo ();
|
||||
++i;
|
||||
}
|
||||
void
|
||||
baz (void)
|
||||
|
|
|
@ -9,9 +9,7 @@ void
|
|||
__attribute__((destructor))
|
||||
bar (void)
|
||||
{
|
||||
static int i;
|
||||
foo ();
|
||||
++i;
|
||||
}
|
||||
void
|
||||
baz (void)
|
||||
|
|
|
@ -9,9 +9,7 @@ void
|
|||
__attribute__((destructor))
|
||||
bar (void)
|
||||
{
|
||||
static int i;
|
||||
foo ();
|
||||
++i;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Reference in a new issue