From: Baptiste Daroussin Date: Thu, 6 Jul 2023 13:39:41 +0000 (+0200) Subject: mygetline: cleanup debug X-Git-Tag: RELEASE_1_4_0rc1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d12ec29559a48626f84dcbc54cd44d056243a07d;p=thirdparty%2Fmlmmj.git mygetline: cleanup debug --- diff --git a/include/mygetline.h b/include/mygetline.h index fb914913..aa62aceb 100644 --- a/include/mygetline.h +++ b/include/mygetline.h @@ -26,10 +26,6 @@ #define BUFSIZE 256 -#if 0 -#include -char *myfgetline(FILE *infile); -#endif char *mygetline(int fd); #endif /* #ifndef MYGETLINE_H */