From: Daniel Gustafsson Date: Mon, 12 Jul 2021 21:35:38 +0000 (+0200) Subject: tool_help: remove unused define X-Git-Tag: curl-7_78_0~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b45d6e2c6a7ba8febab8358815e55e6c09f43855;p=thirdparty%2Fcurl.git tool_help: remove unused define The PRINT_LINES_PAUSE macro is no longer used, and has been mostly cleaned out but one occurrence remained. Closes https://github.com/curl/curl/pull/7380 --- diff --git a/src/tool_help.c b/src/tool_help.c index 86a2e0fac9..35a80e80f1 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -853,10 +853,6 @@ static const struct helptxt helptext[] = { { NULL, NULL, CURLHELP_HIDDEN } }; -#ifdef NETWARE -# define PRINT_LINES_PAUSE 23 -#endif - struct feat { const char *name; int bitmask;