mirror of
https://github.com/tmux/tmux.git
synced 2025-09-08 23:24:18 +00:00
The cursession member in struct cmd_ctx is always either curclient->session or
NULL when curclient is also NULL, so just eliminate it.
This commit is contained in:
@ -188,7 +188,6 @@ server_msg_command(struct client *c, struct msg_command_data *data)
|
||||
|
||||
ctx.msgdata = data;
|
||||
ctx.curclient = NULL;
|
||||
ctx.cursession = NULL;
|
||||
|
||||
ctx.cmdclient = c;
|
||||
|
||||
|
Reference in New Issue
Block a user