diff --git a/src/tool_hugehelp.h b/src/tool_hugehelp.h index a7ae784e451fe62c7afdbcaf16bde167823d0aa7..442579e5dbfa20317480e9b0db7124ab0feae9f2 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 */