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