mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00: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
@ -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)
|
||||||
|
@ -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)
|
||||||
|
@ -9,9 +9,7 @@ void
|
|||||||
__attribute__((destructor))
|
__attribute__((destructor))
|
||||||
bar (void)
|
bar (void)
|
||||||
{
|
{
|
||||||
static int i;
|
|
||||||
foo ();
|
foo ();
|
||||||
++i;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user