]> granicus.if.org Git - curl/commitdiff
Curl_sndbufset is (at times) defined in the header, no need to do it again here
authorDaniel Stenberg <daniel@haxx.se>
Thu, 7 May 2009 20:02:51 +0000 (20:02 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 May 2009 20:02:51 +0000 (20:02 +0000)
lib/connect.c

index 930b2b039f4f296d0f941fdbc908e533b0aa5c71..49914e82f6bac6320d77c3a9cfeee7591b293a79 100644 (file)
@@ -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