transfer: remove curl_upload_refill_watermark, no longer used

the define applied to upload buffers which we removed

Closes #13764
This commit is contained in:
Stefan Eissing 2024-05-24 12:13:16 +02:00 committed by Daniel Stenberg
parent 5eb6662336
commit 28284c8f33
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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.
*/