summaryrefslogtreecommitdiff
path: root/stdio-common
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-02-21 19:44:29 +0100
committerThomas Schwinge <thomas@codesourcery.com>2013-03-15 19:00:23 +0100
commita57da9551698153f0e5261b419388004b039820f (patch)
tree4ce44711a1d332df4a7a741dccbbdbee98a9e0ba /stdio-common
parentae6b60cc5e4f9010d0ed928ca41633eba2e53ccb (diff)
Remove unused declarations.
Added in commit f83af095b6fc49de3914f4426202171341783277, and forgotten to be removed in commit 76f2646f3dbe45d3ed53a0c73fa52f1595306b35.
Diffstat (limited to 'stdio-common')
-rw-r--r--stdio-common/printf_fp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/stdio-common/printf_fp.c b/stdio-common/printf_fp.c
index a72744d59e..ad60f43eac 100644
--- a/stdio-common/printf_fp.c
+++ b/stdio-common/printf_fp.c
@@ -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);