Skip to content

Commit 857cce7

Browse files
committed
Remove unused variable.
1 parent 54265c6 commit 857cce7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/pl-arith.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ in this array.
105105

106106
static double const_nan;
107107
static double const_inf;
108-
static double const_neg_inf;
109108

110109
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
111110
On some machines, notably FreeBSD upto version 3.x, floating point
@@ -4976,7 +4975,6 @@ initArith(void)
49764975

49774976
const_nan = nan15();
49784977
const_inf = HUGE_VAL;
4979-
const_neg_inf = -HUGE_VAL;
49804978

49814979
#ifdef O_BIGNUM
49824980
LD->arith.rat.max_rational_size = (size_t)-1;

0 commit comments

Comments
 (0)