From f60510ddafc62b81ed551b46db9761e408559322 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 25 Mar 2022 11:16:26 -0300 Subject: elf: Remove unused variables in tests Checked on x86_64-linux-gnu and i686-linux-gnu. --- elf/nodel2mod1.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'elf/nodel2mod1.c') diff --git a/elf/nodel2mod1.c b/elf/nodel2mod1.c index acddc4c..61d8c0e 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) -- cgit v1.1