From 43770fd2c09d8d82eaad23392e0ecf01beec04da Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Fri, 26 Jul 2002 21:30:21 +0000 Subject: put to the -Wall an unused variable --- games/tetris/input.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games/tetris/input.c b/games/tetris/input.c index 316e212176f..41631b74ff5 100644 --- a/games/tetris/input.c +++ b/games/tetris/input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: input.c,v 1.8 2002/05/31 04:21:30 pjanzen Exp $ */ +/* $OpenBSD: input.c,v 1.9 2002/07/26 21:30:20 mickey Exp $ */ /* $NetBSD: input.c,v 1.3 1996/02/06 22:47:33 jtc Exp $ */ /*- @@ -80,7 +80,6 @@ int rwait(tvp) struct timeval *tvp; { - int i; struct timeval starttv, endtv, *s; fd_set fds; -- cgit v1.2.3