summaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/client.c b/client.c
index 9bd731a8..57fe1d1d 100644
--- a/client.c
+++ b/client.c
@@ -134,14 +134,12 @@ int
client_main(struct client_ctx *cctx)
{
struct pollfd pfd;
- char *error;
int xtimeout; /* Yay for ncurses namespace! */
siginit();
logfile("client");
- error = NULL;
while (!sigterm) {
if (sigchld) {
waitpid(WAIT_ANY, NULL, WNOHANG);