From b45d6e2c6a7ba8febab8358815e55e6c09f43855 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Mon, 12 Jul 2021 23:35:38 +0200 Subject: [PATCH] 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 --- src/tool_help.c | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.47.3