summaryrefslogtreecommitdiff
path: root/lib/connect.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 /lib/connect.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 'lib/connect.c')
-rw-r--r--lib/connect.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/connect.c b/lib/connect.c
index 79a08e29a..5f23b79ca 100644
--- a/lib/connect.c
+++ b/lib/connect.c
@@ -83,11 +83,6 @@
#include "curl_memory.h"
#include "memdebug.h"
-#ifdef __SYMBIAN32__
-/* This isn't actually supported under Symbian OS */
-#undef SO_NOSIGPIPE
-#endif
-
static bool verifyconnect(curl_socket_t sockfd, int *error);
#if defined(__DragonFly__) || defined(HAVE_WINSOCK_H)