mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 04:27:00 +00:00
Remove some dead assignments, found by sthen with clang.
This commit is contained in:
1
client.c
1
client.c
@ -142,7 +142,6 @@ client_main(struct client_ctx *cctx)
|
||||
logfile("client");
|
||||
|
||||
error = NULL;
|
||||
xtimeout = INFTIM;
|
||||
while (!sigterm) {
|
||||
if (sigchld) {
|
||||
waitpid(WAIT_ANY, NULL, WNOHANG);
|
||||
|
Reference in New Issue
Block a user