about summary refs log tree commit diff
path: root/elf/circlemod1.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/circlemod1.c')
-rw-r--r--elf/circlemod1.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/elf/circlemod1.c b/elf/circlemod1.c
deleted file mode 100644
index 933ccd3c02..0000000000
--- a/elf/circlemod1.c
+++ /dev/null
@@ -1,7 +0,0 @@
-extern int circlemod2 (void);
-
-int
-circlemod1 (void)
-{
-  return circlemod2 ();
-}