diff options
Diffstat (limited to 'gnu/lib/libf2c/libF77/d_sin.c')
-rw-r--r-- | gnu/lib/libf2c/libF77/d_sin.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gnu/lib/libf2c/libF77/d_sin.c b/gnu/lib/libf2c/libF77/d_sin.c deleted file mode 100644 index 24b37a439e5..00000000000 --- a/gnu/lib/libf2c/libF77/d_sin.c +++ /dev/null @@ -1,9 +0,0 @@ -#include "f2c.h" - -#undef abs -#include <math.h> -double -d_sin (doublereal * x) -{ - return (sin (*x)); -} |