Remove unused declarations.

Added in commit f83af095b6, and forgotten to be
removed in commit 76f2646f3d.
This commit is contained in:
Thomas Schwinge 2013-02-21 19:44:29 +01:00
parent ae6b60cc5e
commit a57da95516
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2013-03-15 Thomas Schwinge <thomas@codesourcery.com>
* stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
Remove declarations.
2013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
* sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.

View File

@ -133,9 +133,6 @@
#define MPN_GE(u,v) \
(u##size > v##size || (u##size == v##size && __mpn_cmp (u, v, u##size) >= 0))
extern int __isinfl_internal (long double) attribute_hidden;
extern int __isnanl_internal (long double) attribute_hidden;
extern mp_size_t __mpn_extract_double (mp_ptr res_ptr, mp_size_t size,
int *expt, int *is_neg,
double value);