From b5d8a403eca4b15e4e5a9bc5dd6a85780e6e1d3f Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 20 Nov 2015 17:57:20 +0100 Subject: Drop unused declaration from wcstold.c * libc/stdlib/wcstold.c (_strtold): Drop unused declaration. Signed-off-by: Corinna Vinschen --- newlib/libc/stdlib/wcstold.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'newlib/libc') diff --git a/newlib/libc/stdlib/wcstold.c b/newlib/libc/stdlib/wcstold.c index 44729aeb1..e94aca919 100644 --- a/newlib/libc/stdlib/wcstold.c +++ b/newlib/libc/stdlib/wcstold.c @@ -35,8 +35,6 @@ POSSIBILITY OF SUCH DAMAGE. #include #include "local.h" -extern _LONG_DOUBLE _strtold _PARAMS((char *s, char **sptr)); - long double wcstold (const wchar_t *__restrict nptr, wchar_t **__restrict endptr) { -- cgit v1.2.3