From: Stefan Eissing Date: Fri, 24 May 2024 10:13:16 +0000 (+0200) Subject: transfer: remove curl_upload_refill_watermark, no longer used X-Git-Tag: curl-8_9_0~403 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28284c8f3359263f1810739bdf461261941bd2d3;p=thirdparty%2Fcurl.git transfer: remove curl_upload_refill_watermark, no longer used the define applied to upload buffers which we removed Closes #13764 --- diff --git a/lib/transfer.c b/lib/transfer.c index 7b3500d25d..b0783581cc 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -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. */