From 4b4cee0c0c99f531a45157fd27f5441e511db109 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 25 Sep 2020 21:06:59 +0200 Subject: Replace file/getline usage with istream Signed-off-by: David Oberhollenzer --- include/compat.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/compat.h') diff --git a/include/compat.h b/include/compat.h index 343dcf5..111168f 100644 --- a/include/compat.h +++ b/include/compat.h @@ -176,12 +176,6 @@ void w32_perror(const char *str); #endif #endif -#ifndef HAVE_GETLINE -#include - -ssize_t getline(char **line, size_t *n, FILE *fp); -#endif - #ifndef HAVE_STRNDUP char *strndup(const char *str, size_t max_len); #endif -- cgit v1.2.3