check_curl: removed a superflous variable

This commit is contained in:
Andreas Baumann 2023-03-11 11:40:00 +01:00
parent 4e7f81fddb
commit ea53555f2d

View file

@ -388,7 +388,6 @@ lookup_host (const char *host, char *buf, size_t buflen)
size_t addrstr_len;
int errcode;
void *ptr;
int s;
size_t buflen_remaining = buflen - 1;
memset (&hints, 0, sizeof (hints));