tidy: remove unused variables
[exim.git] / src / src / string.c
index c0a1aad78dfb4dd3b3823afec8d40dddb66c312b..42a000f394e9e9876de5ccfc89818712c10a7bdb 100644 (file)
@@ -44,7 +44,6 @@ The legacy string_is_ip_address() function follows below.
 int
 string_is_ip_addressX(const uschar * ip_addr, int * maskptr, const uschar ** errp)
 {
-struct addrinfo hints, * res;
 uschar * slash, * percent, * endp = NULL;
 long int mask = 0;
 const uschar * addr = NULL;