about summary refs log tree commit diff
path: root/elf/nodelmod4.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/nodelmod4.c')
-rw-r--r--elf/nodelmod4.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/elf/nodelmod4.c b/elf/nodelmod4.c
deleted file mode 100644
index 2cca43a6e8..0000000000
--- a/elf/nodelmod4.c
+++ /dev/null
@@ -1,9 +0,0 @@
-int var_in_mod4 = 99;
-
-static void
-__attribute__ ((__destructor__))
-destr (void)
-{
-  extern int fini_ran;
-  fini_ran = 1;
-}