From: Jeremy Harris Date: Sun, 15 Mar 2020 14:32:05 +0000 (+0000) Subject: tidying X-Git-Tag: exim-4_94_RC0~53 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/66e0f1529f73be9afa5388018729549e9ee38bd6?ds=sidebyside tidying --- diff --git a/src/src/queue.c b/src/src/queue.c index 303a78086..2d2772c1a 100644 --- a/src/src/queue.c +++ b/src/src/queue.c @@ -1548,7 +1548,6 @@ memcpy(buf+1, msgid, MESSAGE_ID_LENGTH+1); if ((fd = socket(AF_UNIX, SOCK_DGRAM, 0)) >= 0) { struct sockaddr_un sa_un = {.sun_family = AF_UNIX}; - int slen; #ifdef EXIM_HAVE_ABSTRACT_UNIX_SOCKETS int len = offsetof(struct sockaddr_un, sun_path) + 1