summaryrefslogtreecommitdiff
path: root/elf/unload3mod3.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/unload3mod3.c')
-rw-r--r--elf/unload3mod3.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/elf/unload3mod3.c b/elf/unload3mod3.c
deleted file mode 100644
index 046022c55d..0000000000
--- a/elf/unload3mod3.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdio.h>
-
-int
-foo (int x)
-{
- puts ("foo");
- return x * 2;
-}