This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Remove unused declarations.


Added in commit f83af095b6fc49de3914f4426202171341783277, and forgotten to be
removed in commit 76f2646f3dbe45d3ed53a0c73fa52f1595306b35.

	* stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
	Remove declarations.
---
 stdio-common/printf_fp.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git stdio-common/printf_fp.c stdio-common/printf_fp.c
index a72744d..ad60f43 100644
--- stdio-common/printf_fp.c
+++ 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);
-- 
1.7.4.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]