summaryrefslogtreecommitdiff
path: root/src/tool_panykey.h
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_panykey.h
parent5a654a0a6990211ee63c55d6a5e0333ad087f133 (diff)
downloadgnurl-3d64031fa7a80ac4ae3fd09a5939196268b92f81.tar.gz
gnurl-3d64031fa7a80ac4ae3fd09a5939196268b92f81.tar.bz2
gnurl-3d64031fa7a80ac4ae3fd09a5939196268b92f81.zip
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_panykey.h')
-rw-r--r--src/tool_panykey.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/tool_panykey.h b/src/tool_panykey.h
index e5c6f3930..2e8846ced 100644
--- a/src/tool_panykey.h
+++ b/src/tool_panykey.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -23,14 +23,10 @@
***************************************************************************/
#include "tool_setup.h"
-#if defined(__SYMBIAN32__) || defined(NETWARE)
-
+#if defined(NETWARE)
void tool_pressanykey(void);
-
#else
-
#define tool_pressanykey() Curl_nop_stmt
-
#endif
#endif /* HEADER_CURL_TOOL_PANYKEY_H */