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