]> sourceware.org Git - newlib-cygwin.git/commitdiff
Drop unused declaration from wcstold.c
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 20 Nov 2015 16:57:20 +0000 (17:57 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 20 Nov 2015 16:57:20 +0000 (17:57 +0100)
* libc/stdlib/wcstold.c (_strtold): Drop unused declaration.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
newlib/ChangeLog
newlib/libc/stdlib/wcstold.c

index df1e34c9695ac81d675ca8a7f781af77d8a611a3..d37a378c8d7cce37ccef185e2f60f81d5fd8fd88 100644 (file)
@@ -1,3 +1,7 @@
+2015-11-20  Corinna Vinschen  <corinna@vinschen.de>
+
+       * libc/stdlib/wcstold.c (_strtold): Drop unused declaration.
+
 2015-11-19  Yaakov Selkowitz  <yselkowi@redhat.com>
 
        * libc/stdlib/stdlib.tex: Fix typo in rpmatch reference.
index 44729aeb16a1bfc52346bd3067352b456e2ba18f..e94aca9198b448f1c18acf0e37bb9e48e6dffacd 100644 (file)
@@ -35,8 +35,6 @@ POSSIBILITY OF SUCH DAMAGE.
 #include <locale.h>
 #include "local.h"
 
-extern _LONG_DOUBLE _strtold _PARAMS((char *s, char **sptr));
-
 long double
 wcstold (const wchar_t *__restrict nptr, wchar_t **__restrict endptr)
 {
This page took 0.054401 seconds and 5 git commands to generate.