diff --git a/lib/mprintf.c b/lib/mprintf.c index a9b601c9c..56bede316 100644 --- a/lib/mprintf.c +++ b/lib/mprintf.c @@ -1133,10 +1133,6 @@ int curl_msprintf(char *buffer, const char *format, ...) return retcode; } -#ifndef WIN32 /* not needed on win32 */ -extern int fputc(int, FILE *); -#endif - int curl_mprintf(const char *format, ...) { int retcode;