From f4053bc2173a40184c94b7bc10adabc6f836bddb Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Wed, 4 Jul 2012 10:54:45 +0000 Subject: Sync OpenBSD patchset 1140: Remove a couple of unused variables from redbrain at gcc dot gnu dot org. --- tty.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tty.c') diff --git a/tty.c b/tty.c index 1c0c7a6b..e6cb3543 100644 --- a/tty.c +++ b/tty.c @@ -668,7 +668,6 @@ tty_write( struct window_pane *wp = ctx->wp; struct client *c; struct session *s; - struct options *oo; u_int i; /* wp can be NULL if updating the screen but not the terminal. */ @@ -693,7 +692,6 @@ tty_write( continue; if (c->tty.flags & TTY_FREEZE) continue; - oo = &s->options; ctx->xoff = wp->xoff; ctx->yoff = wp->yoff; -- cgit