summaryrefslogtreecommitdiff
path: root/src/tool_help.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-09-21 14:28:40 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-09-22 15:14:12 +0200
commit3d64031fa7a80ac4ae3fd09a5939196268b92f81 (patch)
treecf6006f0a3ed771c382e53016978241be02506d0 /src/tool_help.c
parent5a654a0a6990211ee63c55d6a5e0333ad087f133 (diff)
downloadcurl-3d64031fa7a80ac4ae3fd09a5939196268b92f81.tar.gz
symbian: drop support
The OS is deprecated. I see no traces of anyone having actually built curl for Symbian after 2012. The public headers are unmodified. Closes #5989
Diffstat (limited to 'src/tool_help.c')
-rw-r--r--src/tool_help.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index a67e4bc85..4955a52c3 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -830,10 +830,6 @@ static const struct helptxt helptext[] = {
# define PRINT_LINES_PAUSE 23
#endif
-#ifdef __SYMBIAN32__
-# define PRINT_LINES_PAUSE 16
-#endif
-
struct feat {
const char *name;
int bitmask;