aboutsummaryrefslogtreecommitdiff
path: root/elf/filtmod2.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/filtmod2.c')
-rw-r--r--elf/filtmod2.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/elf/filtmod2.c b/elf/filtmod2.c
deleted file mode 100644
index 1d9b19481d..0000000000
--- a/elf/filtmod2.c
+++ /dev/null
@@ -1,7 +0,0 @@
-extern const char *foo (void);
-
-const char *
-foo (void)
-{
- return __FILE__;
-}