From 0af2322bc6dec10612d33de4b100d5dbc7be739f Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Mon, 24 Feb 2014 21:22:41 +0100 Subject: [PATCH] tool_hugehelp: partially reverted 24e22e10 Compilation was not possible if manuel is disabled due this error: error: macro "hugehelp" passed 1 arguments, but takes just 0 void hugehelp(void) {} --- src/tool_hugehelp.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/tool_hugehelp.h b/src/tool_hugehelp.h index a7ae784e4..442579e5d 100644 --- a/src/tool_hugehelp.h +++ b/src/tool_hugehelp.h @@ -23,10 +23,6 @@ ***************************************************************************/ #include "tool_setup.h" -#ifdef USE_MANUAL void hugehelp(void); -#else -#define hugehelp() Curl_nop_stmt -#endif #endif /* HEADER_CURL_TOOL_HUGEHELP_H */