mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Remove unused variables from Ben Boeckel, and a Pp from jmc.
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user