summaryrefslogtreecommitdiff
path: root/extract-dbl.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-12-27 13:59:58 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-12-27 13:59:58 +0100
commit0731b62f2e73f21cdd402706466dbcf6287d3b97 (patch)
treeba7ea98bc2aebcd41a0d1486c6b8401a7999d1fa /extract-dbl.c
parent4a4f49478fefd821e43b02c9f86ea7c50bbba6d9 (diff)
downloadgmp-0731b62f2e73f21cdd402706466dbcf6287d3b97.tar.gz
Remove an unused definition.
Diffstat (limited to 'extract-dbl.c')
-rw-r--r--extract-dbl.c5
1 files changed, 2 insertions, 3 deletions
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