summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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