From c6828bf32bab1559ebac1c9721380cfa49f150cc Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Fri, 23 Oct 2009 17:28:29 +0000 Subject: [PATCH] Sync OpenBSD patchset 432: Unused variable. --- tty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tty.c b/tty.c index b04c07c4..b51b4543 100644 --- a/tty.c +++ b/tty.c @@ -1,4 +1,4 @@ -/* $Id: tty.c,v 1.161 2009-10-23 17:25:51 tcunha Exp $ */ +/* $Id: tty.c,v 1.162 2009-10-23 17:28:29 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -856,7 +856,7 @@ tty_cmd_cell(struct tty *tty, const struct tty_ctx *ctx) { struct window_pane *wp = ctx->wp; struct screen *s = wp->screen; - u_int cx, sx; + u_int cx; tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower);