]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tool_help: remove unused define
authorDaniel Gustafsson <daniel@yesql.se>
Mon, 12 Jul 2021 21:35:38 +0000 (23:35 +0200)
committerJay Satiro <raysatiro@yahoo.com>
Fri, 16 Jul 2021 18:01:22 +0000 (14:01 -0400)
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

index 86a2e0fac98e63bfbe11b7125bf810b97a1d9e30..35a80e80f1fc78ad4fdca586af2598a536d2dc7e 100644 (file)
@@ -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;