diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2021-07-12 23:35:38 +0200 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2021-07-16 14:01:22 -0400 |
commit | b45d6e2c6a7ba8febab8358815e55e6c09f43855 (patch) | |
tree | ff7b1b3222ae8a8eb787b795f7f48cd32abf5f81 /src | |
parent | e919848ead98bd3feb30c7d6b4e08a9fccd0b1f1 (diff) | |
download | curl-b45d6e2c6a7ba8febab8358815e55e6c09f43855.tar.gz |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_help.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index 86a2e0fac..35a80e80f 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; |