mirror of
https://github.com/tmux/tmux.git
synced 2025-10-07 02:16:32 +00:00
Remove some unnecessary assignments.
This commit is contained in:
@@ -425,7 +425,7 @@ void
|
||||
server_destroy_session(struct session *s)
|
||||
{
|
||||
struct client *c;
|
||||
struct session *s_new = NULL, *cs_new, *use_s;
|
||||
struct session *s_new = NULL, *cs_new = NULL, *use_s;
|
||||
int detach_on_destroy;
|
||||
|
||||
detach_on_destroy = options_get_number(s->options, "detach-on-destroy");
|
||||
|
Reference in New Issue
Block a user