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