diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-01-16 16:06:48 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-01-16 16:06:48 +0530 |
commit | f93a8d15699ee699282465dc1e03e033f3fabb52 (patch) | |
tree | b6fd6eae7ef3297f94e286a6a71b52fa1cb19635 /sysdeps/ieee754/dbl-64/mptan.c | |
parent | dd930cc57100377d02a45b9113d6a3dc93136cbc (diff) | |
download | glibc-f93a8d15699ee699282465dc1e03e033f3fabb52.tar.gz glibc-f93a8d15699ee699282465dc1e03e033f3fabb52.tar.xz glibc-f93a8d15699ee699282465dc1e03e033f3fabb52.zip |
Consolidate constant defines into mpa.h
Diffstat (limited to 'sysdeps/ieee754/dbl-64/mptan.c')
-rw-r--r-- | sysdeps/ieee754/dbl-64/mptan.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/ieee754/dbl-64/mptan.c b/sysdeps/ieee754/dbl-64/mptan.c index 6e08b0dc83..234108e373 100644 --- a/sysdeps/ieee754/dbl-64/mptan.c +++ b/sysdeps/ieee754/dbl-64/mptan.c @@ -47,8 +47,6 @@ void SECTION __mptan(double x, mp_no *mpy, int p) { - static const double MONE = -1.0; - int n; mp_no mpw, mpc, mps; |