tidying
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 15 Mar 2020 14:32:05 +0000 (14:32 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Fri, 20 Mar 2020 19:49:34 +0000 (19:49 +0000)
src/src/queue.c

index 303a780861a1574b0033e775a606a38243585dba..2d2772c1a458487020bbf4f03deba1d27c235623 100644 (file)
@@ -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