From f6e41545ea5f1c5900001e60324b6deff61cc762 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 21 Apr 1999 16:43:03 +0000 Subject: Remove the old libf2c. libg2c is now serving us well. --- lib/libF77/r_sin.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 lib/libF77/r_sin.c (limited to 'lib/libF77/r_sin.c') diff --git a/lib/libF77/r_sin.c b/lib/libF77/r_sin.c deleted file mode 100644 index d2a3dac8581e..000000000000 --- a/lib/libF77/r_sin.c +++ /dev/null @@ -1,13 +0,0 @@ -#include "f2c.h" - -#ifdef KR_headers -double sin(); -double r_sin(x) real *x; -#else -#undef abs -#include "math.h" -double r_sin(real *x) -#endif -{ -return( sin(*x) ); -} -- cgit v1.2.3