From 6ca321ca75c8f8ad6808bcfd786ad8e84c790aff Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 7 May 2009 20:02:51 +0000
Subject: [PATCH] Curl_sndbufset is (at times) defined in the header, no need
 to do it again here

---
 lib/connect.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/connect.c b/lib/connect.c
index 930b2b039f..49914e82f6 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
 
 
-- 
GitLab