Remove unused fparseln compat code.

This commit is contained in:
Nicholas Marriott
2019-05-27 14:28:05 +01:00
parent bd40d704e2
commit 9f0904ce6f
3 changed files with 0 additions and 233 deletions

View File

@ -313,10 +313,6 @@ int vasprintf(char **, const char *, va_list);
char *fgetln(FILE *, size_t *);
#endif
#ifndef HAVE_FPARSELN
char *fparseln(FILE *, size_t *, size_t *, const char *, int);
#endif
#ifndef HAVE_SETENV
/* setenv.c */
int setenv(const char *, const char *, int);