summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-12-09 23:48:27 +0000
committerUlrich Drepper <drepper@redhat.com>1997-12-09 23:48:27 +0000
commit8d2880144fcc97fdb988b51992b1e1d716c9d648 (patch)
treeba80188cfbc35be377e72e4e55a892022d4908dd
parent72345654232832ba9bd2c3c4374a1d9d5fc49e0d (diff)
Remove cabs definition.
-rw-r--r--sysdeps/alpha/__math.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/sysdeps/alpha/__math.h b/sysdeps/alpha/__math.h
index 50d8ac3b0a..46058e1cc0 100644
--- a/sysdeps/alpha/__math.h
+++ b/sysdeps/alpha/__math.h
@@ -1,5 +1,5 @@
/* Inline math functions for Alpha.
-Copyright (C) 1996 Free Software Foundation, Inc.
+Copyright (C) 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by David Mosberger-Tang.
@@ -41,13 +41,4 @@ atan (double __x)
return __atan2 (__x, 1.0);
}
-#ifdef __USE_MISC
-extern __inline double
-cabs (struct __cabs_complex __z)
-{
- extern double __hypot (double, double);
- return __hypot(__z.x, __z.y);
-}
-#endif
-
#endif