Remove unused variables from Ben Boeckel, and a Pp from jmc.

This commit is contained in:
nicm
2020-02-11 07:01:08 +00:00
parent fb29242168
commit dc882adb2e
3 changed files with 2 additions and 5 deletions

View File

@ -1706,7 +1706,6 @@ static void
server_client_dispatch(struct imsg *imsg, void *arg)
{
struct client *c = arg;
const char *data;
ssize_t datalen;
struct session *s;
@ -1718,7 +1717,6 @@ server_client_dispatch(struct imsg *imsg, void *arg)
return;
}
data = imsg->data;
datalen = imsg->hdr.len - IMSG_HEADER_SIZE;
switch (imsg->hdr.type) {