From 9bb760c8093c23616ef4fbe22601d34cc222fab6 Mon Sep 17 00:00:00 2001 From: das Date: Fri, 8 Aug 2008 00:21:27 +0000 Subject: Remove some unused variables. Reported by: Intel C Compiler --- lib/msun/src/e_rem_pio2f.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/msun/src/e_rem_pio2f.c') diff --git a/lib/msun/src/e_rem_pio2f.c b/lib/msun/src/e_rem_pio2f.c index 4439dbc..e07694c 100644 --- a/lib/msun/src/e_rem_pio2f.c +++ b/lib/msun/src/e_rem_pio2f.c @@ -36,7 +36,6 @@ __FBSDID("$FreeBSD$"); */ static const double -half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ pio2_1 = 1.57079631090164184570e+00, /* 0x3FF921FB, 0x50000000 */ pio2_1t = 1.58932547735281966916e-08; /* 0x3E5110b4, 0x611A6263 */ -- cgit v1.1