]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove unused declarations.
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 21 Feb 2013 18:44:29 +0000 (19:44 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Fri, 15 Mar 2013 18:00:23 +0000 (19:00 +0100)
Added in commit f83af095b6fc49de3914f4426202171341783277, and forgotten to be
removed in commit 76f2646f3dbe45d3ed53a0c73fa52f1595306b35.

ChangeLog
stdio-common/printf_fp.c

index dc84119138ebd757287f1aa5cf8957061e9d3aac..982c98c7db223c1881f28d5109b810b41afbfd55 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index a72744d59e3ee9c711c4ceb0bd6deb6c515c6cac..ad60f43eac3bda710a21b812f660395c436024e1 100644 (file)
 #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);