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) {}
This commit is contained in:
Marc Hoersken 2014-02-24 21:22:41 +01:00
parent 59b5ef444e
commit 0af2322bc6
1 changed files with 0 additions and 4 deletions

View File

@ -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 */