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