summaryrefslogtreecommitdiff
path: root/sysdeps/stub/e_sinhl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/e_sinhl.c')
-rw-r--r--sysdeps/stub/e_sinhl.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysdeps/stub/e_sinhl.c b/sysdeps/stub/e_sinhl.c
deleted file mode 100644
index 8fe11d4ea9..0000000000
--- a/sysdeps/stub/e_sinhl.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <math.h>
-#include <stdio.h>
-
-long double
-__ieee754_sinhl (long double x)
-{
- fputs ("__ieee754_sinhl not implemented\n", stderr);
- return 0.0;
-}
-
-stub_warning (__ieee754_sinhl)