mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 16:20:06 +00:00
Remove unused declarations.
Added in commitf83af095b6
, and forgotten to be removed in commit76f2646f3d
.
This commit is contained in:
parent
ae6b60cc5e
commit
a57da95516
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user