aboutsummaryrefslogtreecommitdiff
path: root/elf/nodelmod2.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/nodelmod2.c')
-rw-r--r--elf/nodelmod2.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/elf/nodelmod2.c b/elf/nodelmod2.c
deleted file mode 100644
index 6bd7108a13..0000000000
--- a/elf/nodelmod2.c
+++ /dev/null
@@ -1,9 +0,0 @@
-int var2 = 100;
-
-static void
-__attribute__ ((__destructor__))
-destr (void)
-{
- extern int fini_ran;
- fini_ran = 1;
-}