aboutsummaryrefslogtreecommitdiff
path: root/src/tool_hugehelp.h
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2014-02-24 21:22:41 +0100
committerMarc Hoersken <info@marc-hoersken.de>2014-02-24 21:30:36 +0100
commit0af2322bc6dec10612d33de4b100d5dbc7be739f (patch)
treeee5ea25c4f667b2e99535edb804a63b555279139 /src/tool_hugehelp.h
parent59b5ef444e4682f66d9a16ff793f60903857dd35 (diff)
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) {}
Diffstat (limited to 'src/tool_hugehelp.h')
-rw-r--r--src/tool_hugehelp.h4
1 files changed, 0 insertions, 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 */