From ed61433e1fda7bf83f912d6d7b750b77f47dce07 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 29 Jun 2016 13:17:04 +0200 Subject: nx-X11/lib/X11/LiHosts.c: Drop unused variable (in XListHosts). --- nx-X11/lib/X11/LiHosts.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nx-X11/lib/X11/LiHosts.c') diff --git a/nx-X11/lib/X11/LiHosts.c b/nx-X11/lib/X11/LiHosts.c index bd0864448..59e2ae318 100644 --- a/nx-X11/lib/X11/LiHosts.c +++ b/nx-X11/lib/X11/LiHosts.c @@ -71,11 +71,7 @@ XHostAddress *XListHosts ( } if (reply.nHosts) { - unsigned int l; nbytes = reply.length << 2; /* compute number of bytes in reply */ - l = (unsigned) (nbytes + - (reply.nHosts * sizeof(XHostAddress)) + - (reply.nHosts * sizeof(XServerInterpretedAddress))); op = outbuf = (XHostAddress *) Xmalloc((unsigned) (nbytes + (reply.nHosts * sizeof(XHostAddress)) + -- cgit v1.2.3