fix old var use

This commit is contained in:
Stefan Eissing 2025-08-04 12:50:29 +02:00
parent 436d7546eb
commit cab43414f9
No known key found for this signature in database

View file

@ -1536,7 +1536,7 @@ CURLcode Curl_resolv_getsock(struct Curl_easy *data,
return Curl_async_getsock(data, ps);
#else
(void)data;
(void)socks;
(void)ps;
return CURLE_OK;
#endif
}