update from main archive 960919
[platform/upstream/linaro-glibc.git] / sysdeps / libm-ieee754 / s_cbrtl.c
index 03ebfe7..9f45faa 100644 (file)
@@ -53,7 +53,6 @@ G =  3.57142857142857150787e-01L; /* 5/14 */
        long double x;
 #endif
 {
-       int32_t hx;
        long double r,s,t=0.0,w;
        u_int32_t sign, se, x0, x1;