about summary refs log tree commit diff
path: root/elf/testobj6.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/testobj6.c')
-rw-r--r--elf/testobj6.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/elf/testobj6.c b/elf/testobj6.c
deleted file mode 100644
index fcba01631d..0000000000
--- a/elf/testobj6.c
+++ /dev/null
@@ -1,19 +0,0 @@
-#include "testobj.h"
-
-int
-obj6func1 (int a __attribute__ ((unused)))
-{
-  return 77;
-}
-
-int
-obj6func2 (int a)
-{
-  return foo (a) + 46;
-}
-
-int
-preload (int a)
-{
-  return a;
-}