summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tty.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2009-06-25 05:56:44 +0000
committernicm <nicm@openbsd.org>2009-06-25 05:56:44 +0000
commite27351049eb97fdc04cd3547ac7e3984541200fa (patch)
treeddd835035ab2029c8c4245a96c9fbe9a48d7441a /usr.bin/tmux/tty.c
parentWorkaround a stupid problem ATI SB600 revisions and ATI SB700 south (diff)
downloadwireguard-openbsd-e27351049eb97fdc04cd3547ac7e3984541200fa.tar.xz
wireguard-openbsd-e27351049eb97fdc04cd3547ac7e3984541200fa.zip
Unused variables. Found by lint, no binary change.
Diffstat (limited to 'usr.bin/tmux/tty.c')
-rw-r--r--usr.bin/tmux/tty.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/tmux/tty.c b/usr.bin/tmux/tty.c
index dc1129fd584..f1d6d81a21c 100644
--- a/usr.bin/tmux/tty.c
+++ b/usr.bin/tmux/tty.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tty.c,v 1.5 2009/06/24 16:01:02 nicm Exp $ */
+/* $OpenBSD: tty.c,v 1.6 2009/06/25 05:56:44 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -759,9 +759,7 @@ tty_cmd_clearendofscreen(
struct tty *tty, struct window_pane *wp, unused va_list ap)
{
struct screen *s = wp->screen;
- u_int i, j, oy;
-
- oy = wp->yoff;
+ u_int i, j;
tty_reset(tty);