From 64f388285e11812f041d3aa8347f82efde4033c1 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sat, 16 Jan 2010 17:55:37 -0800 Subject: sysdeps/ieee754/ldbl-128/ fixes --- sysdeps/ieee754/ldbl-128/s_log1pl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdeps/ieee754/ldbl-128/s_log1pl.c') diff --git a/sysdeps/ieee754/ldbl-128/s_log1pl.c b/sysdeps/ieee754/ldbl-128/s_log1pl.c index defbe76f5e..5e9cf49055 100644 --- a/sysdeps/ieee754/ldbl-128/s_log1pl.c +++ b/sysdeps/ieee754/ldbl-128/s_log1pl.c @@ -117,7 +117,6 @@ static const long double C2 = 1.428606820309417232121458176568075500134E-6L; static const long double sqrth = 0.7071067811865475244008443621048490392848L; /* ln (2^16384 * (1 - 2^-113)) */ static const long double maxlog = 1.1356523406294143949491931077970764891253E4L; -static const long double big = 2e4932L; static const long double zero = 0.0L; long double -- cgit 1.4.1