mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 00:23:08 +01:00
Remove some dead assignments, found by sthen with clang.
This commit is contained in:
parent
e225ce0fd7
commit
eb8ab96980
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);
|
||||
|
Loading…
Reference in New Issue
Block a user