diff options
Diffstat (limited to 'elf/ifuncmain5.c')
-rw-r--r-- | elf/ifuncmain5.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/ifuncmain5.c b/elf/ifuncmain5.c index 7f128d006e..f398085cb4 100644 --- a/elf/ifuncmain5.c +++ b/elf/ifuncmain5.c @@ -2,8 +2,6 @@ #include <stdlib.h> -int global = -1; - extern int foo (void); extern int foo_protected (void); |