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
This commit is contained in:
Daniel Gustafsson 2021-07-12 23:35:38 +02:00 committed by Jay Satiro
parent e919848ead
commit b45d6e2c6a
1 changed files with 0 additions and 4 deletions

View 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;