]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
transfer: remove curl_upload_refill_watermark, no longer used
authorStefan Eissing <stefan@eissing.org>
Fri, 24 May 2024 10:13:16 +0000 (12:13 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 May 2024 12:54:07 +0000 (14:54 +0200)
the define applied to upload buffers which we removed

Closes #13764

lib/transfer.c

index 7b3500d25dbb80f3ddd16db496dbd63f38be7b18..b0783581cc7992a78da5014a03a560ace693cd10 100644 (file)
@@ -341,9 +341,6 @@ static void win_update_buffer_size(curl_socket_t sockfd)
 #define win_update_buffer_size(x)
 #endif
 
-#define curl_upload_refill_watermark(data) \
-        ((size_t)((data)->set.upload_buffer_size >> 5))
-
 /*
  * Send data to upload to the server, when the socket is writable.
  */