From 9f0904ce6f6da3b7d0b16f2b1bef8702a527bac4 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 27 May 2019 14:28:05 +0100 Subject: Remove unused fparseln compat code. --- compat.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'compat.h') diff --git a/compat.h b/compat.h index 402ffb90..d3617413 100644 --- a/compat.h +++ b/compat.h @@ -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); -- cgit v1.2.3