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