about summary refs log tree commit diff
path: root/sysdeps/powerpc/fpu/e_hypotf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/powerpc/fpu/e_hypotf.c')
-rw-r--r--sysdeps/powerpc/fpu/e_hypotf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/powerpc/fpu/e_hypotf.c b/sysdeps/powerpc/fpu/e_hypotf.c
index c27df253e8..48360828c3 100644
--- a/sysdeps/powerpc/fpu/e_hypotf.c
+++ b/sysdeps/powerpc/fpu/e_hypotf.c
@@ -21,8 +21,6 @@
 #include <math_private.h>
 #include <stdint.h>
 
-static const float two30  = 1.0737418e09;
-
 /* __ieee754_hypotf(x,y)
 
    This a FP only version without any FP->INT conversion.