]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove cabs definition.
authorUlrich Drepper <drepper@redhat.com>
Tue, 9 Dec 1997 23:48:27 +0000 (23:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 9 Dec 1997 23:48:27 +0000 (23:48 +0000)
sysdeps/alpha/__math.h

index 50d8ac3b0a11440577f7df6fdb58b8fcbe716eeb..46058e1cc0fd5193bf5d14539a73944321bcb63b 100644 (file)
@@ -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