aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/runtime/libF77/h_mod.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/runtime/libF77/h_mod.c')
-rw-r--r--gcc/f/runtime/libF77/h_mod.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/f/runtime/libF77/h_mod.c b/gcc/f/runtime/libF77/h_mod.c
deleted file mode 100644
index 43431c1c503..00000000000
--- a/gcc/f/runtime/libF77/h_mod.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "f2c.h"
-
-#ifdef KR_headers
-shortint h_mod(a,b) short *a, *b;
-#else
-shortint h_mod(short *a, short *b)
-#endif
-{
-return( *a % *b);
-}