diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-07-26 21:30:21 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-07-26 21:30:21 +0000 |
commit | 43770fd2c09d8d82eaad23392e0ecf01beec04da (patch) | |
tree | b65840e2d8ed4b24165f728d626dcd6ee39f204b | |
parent | 7192806aea59fee801c881442fdd3e708ad9771c (diff) |
put to the -Wall an unused variable
-rw-r--r-- | games/tetris/input.c | 3 |
1 files changed, 1 insertions, 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; |