aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/runtime/libU77/Version.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/runtime/libU77/Version.c')
-rw-r--r--gcc/f/runtime/libU77/Version.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/f/runtime/libU77/Version.c b/gcc/f/runtime/libU77/Version.c
deleted file mode 100644
index 88a2907c217..00000000000
--- a/gcc/f/runtime/libU77/Version.c
+++ /dev/null
@@ -1,12 +0,0 @@
-static char junk[] = "\n@(#) LIBU77 VERSION 19970609\n";
-
-char __G77_LIBU77_VERSION__[] = "0.5.21";
-
-#include <stdio.h>
-
-void
-g77__uvers__ ()
-{
- fprintf (stderr, "__G77_LIBU77_VERSION__: %s", __G77_LIBU77_VERSION__);
- fputs (junk, stderr);
-}