Remove an initialized, but otherwise, unused variable.

This commit is contained in:
Steve Kargl 2014-09-04 23:50:05 +00:00
parent 802df3ace6
commit e85326216f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=271147
2 changed files with 0 additions and 2 deletions

View File

@ -90,7 +90,6 @@ static const volatile double vzero = 0;
static const double
zero= 0.00000000000000000000e+00,
two52= 4.50359962737049600000e+15, /* 0x43300000, 0x00000000 */
half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */
one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */
pi = 3.14159265358979311600e+00, /* 0x400921FB, 0x54442D18 */

View File

@ -23,7 +23,6 @@ static const volatile float vzero = 0;
static const float
zero= 0.0000000000e+00,
two23= 8.3886080000e+06, /* 0x4b000000 */
half= 5.0000000000e-01, /* 0x3f000000 */
one = 1.0000000000e+00, /* 0x3f800000 */
pi = 3.1415927410e+00, /* 0x40490fdb */