diff options
author | no_author <no_author@example.org> | 2009-06-26 15:32:00 +0000 |
---|---|---|
committer | no_author <no_author@example.org> | 2009-06-26 15:32:00 +0000 |
commit | 3fcbe1e27bc8656742671733f987904818ca23d2 (patch) | |
tree | c8d9a1a927e7ec3db6e84ceb4f08c983eb263040 /client.c | |
parent | 81b4aca9340cc9738ae4e0640f7ec7766bdacf5e (diff) | |
download | rtmux-3fcbe1e27bc8656742671733f987904818ca23d2.tar.gz rtmux-3fcbe1e27bc8656742671733f987904818ca23d2.tar.bz2 rtmux-3fcbe1e27bc8656742671733f987904818ca23d2.zip |
Remove some dead assignments, found by sthen with clang.
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: client.c,v 1.50 2009-06-25 16:21:32 nicm Exp $ */ +/* $OpenBSD: client.c,v 1.3 2009/06/25 22:09:20 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -146,7 +146,6 @@ client_main(struct client_ctx *cctx) logfile("client"); error = NULL; - xtimeout = INFTIM; while (!sigterm) { if (sigchld) { waitpid(WAIT_ANY, NULL, WNOHANG); |