aboutsummaryrefslogtreecommitdiff
path: root/elf/tst-deep1mod1.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-deep1mod1.c')
-rw-r--r--elf/tst-deep1mod1.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/elf/tst-deep1mod1.c b/elf/tst-deep1mod1.c
deleted file mode 100644
index cc922e6ea5..0000000000
--- a/elf/tst-deep1mod1.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <stdio.h>
-int
-foo (void)
-{
- printf ("%s:%s\n", __FILE__, __func__);
- return 1;
-}
-
-int
-baz (void)
-{
- printf ("%s:%s\n", __FILE__, __func__);
- return 20;
-}