diff options
Diffstat (limited to 'libf2c/libF77/d_sin.c')
-rw-r--r-- | libf2c/libF77/d_sin.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libf2c/libF77/d_sin.c b/libf2c/libF77/d_sin.c deleted file mode 100644 index 24b37a439e5..00000000000 --- a/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)); -} |