Drop unused declaration from wcstold.c

* libc/stdlib/wcstold.c (_strtold): Drop unused declaration.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2015-11-20 17:57:20 +01:00
parent 1c1a925fc4
commit b5d8a403ec
2 changed files with 4 additions and 2 deletions

View 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)
{