diff options
-rw-r--r-- | lib/connect.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/connect.c b/lib/connect.c index 930b2b039..49914e82f 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -719,8 +719,6 @@ void Curl_sndbufset(curl_socket_t sockfd) int val = CURL_MAX_WRITE_SIZE + 32; setsockopt(sockfd, SOL_SOCKET, SO_SNDBUF, (const char *)&val, sizeof(val)); } -#else -#define Curl_sndbufset(y) #endif |