summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2017-05-12 22:43:15 +0000
committernicm <nicm@openbsd.org>2017-05-12 22:43:15 +0000
commit07e727334013b35ca1b9ce460b81a06effbd3066 (patch)
tree29d6fb30f6bf1df4cfe4bd31270f3d85e6fe85a4
parentReset updated flag when restarting job so new output is detected, (diff)
downloadwireguard-openbsd-07e727334013b35ca1b9ce460b81a06effbd3066.tar.xz
wireguard-openbsd-07e727334013b35ca1b9ce460b81a06effbd3066.zip
Remove an unused variable.
-rw-r--r--usr.bin/tmux/format.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/format.c b/usr.bin/tmux/format.c
index 596abb6c6e3..407b36a67a6 100644
--- a/usr.bin/tmux/format.c
+++ b/usr.bin/tmux/format.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: format.c,v 1.137 2017/05/12 22:42:46 nicm Exp $ */
+/* $OpenBSD: format.c,v 1.138 2017/05/12 22:43:15 nicm Exp $ */
/*
* Copyright (c) 2011 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -194,7 +194,6 @@ format_job_update(struct job *job)
struct format_job *fj = job->data;
char *line;
time_t t;
- struct client *c;
if ((line = evbuffer_readline(job->event->input)) == NULL)
return;