diff options
Diffstat (limited to 'gnu/lib/libf2c/libF77/erfc_.c')
-rw-r--r-- | gnu/lib/libf2c/libF77/erfc_.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/lib/libf2c/libF77/erfc_.c b/gnu/lib/libf2c/libF77/erfc_.c deleted file mode 100644 index 7f3ff8a5dbd..00000000000 --- a/gnu/lib/libf2c/libF77/erfc_.c +++ /dev/null @@ -1,8 +0,0 @@ -#include "f2c.h" - -extern double erfc (double); -double -G77_erfc_0 (real * x) -{ - return (erfc (*x)); -} |