From 0731b62f2e73f21cdd402706466dbcf6287d3b97 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Thu, 27 Dec 2012 13:59:58 +0100 Subject: Remove an unused definition. --- extract-dbl.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'extract-dbl.c') diff --git a/extract-dbl.c b/extract-dbl.c index 9c2ae9b7c..f81789a4b 100644 --- a/extract-dbl.c +++ b/extract-dbl.c @@ -1,6 +1,7 @@ /* __gmp_extract_double -- convert from double to array of mp_limb_t. -Copyright 1996, 1999, 2000, 2001, 2002, 2006 Free Software Foundation, Inc. +Copyright 1996, 1999, 2000, 2001, 2002, 2006, 2012 Free Software Foundation, +Inc. This file is part of the GNU MP Library. @@ -28,8 +29,6 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #define _GMP_IEEE_FLOATS 0 #endif -#define BITS_IN_MANTISSA 53 - /* Extract a non-negative double in d. */ int -- cgit v1.2.1