2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Removed unused addrbuf

This commit is contained in:
Francis Dupont
2015-09-28 17:31:35 +02:00
parent 722ed14020
commit 1d96b1a5ad

View File

@@ -1352,7 +1352,6 @@ static int
completeio_send(isc_socket_t *sock, isc_socketevent_t *dev,
struct msghdr *messagehdr, int cc, int send_errno)
{
char addrbuf[ISC_SOCKADDR_FORMATSIZE];
char strbuf[ISC_STRERRORSIZE];
if (send_errno != 0) {