From 28284c8f3359263f1810739bdf461261941bd2d3 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Fri, 24 May 2024 12:13:16 +0200 Subject: [PATCH] transfer: remove curl_upload_refill_watermark, no longer used the define applied to upload buffers which we removed Closes #13764 --- lib/transfer.c | 3 --- 1 file changed, 3 deletions(-) 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. */