summaryrefslogtreecommitdiffstats
path: root/games/tetris
diff options
context:
space:
mode:
authorlteo <lteo@openbsd.org>2019-05-20 02:11:22 +0000
committerlteo <lteo@openbsd.org>2019-05-20 02:11:22 +0000
commit41daf9741343299ac8206b64d9e6dba8068e6e19 (patch)
tree14d8aa98fcaba7cfbe7d2bb3b6196b132083f931 /games/tetris
parentembiggen format buffer size for certificate serial number so (diff)
downloadwireguard-openbsd-41daf9741343299ac8206b64d9e6dba8068e6e19.tar.xz
wireguard-openbsd-41daf9741343299ac8206b64d9e6dba8068e6e19.zip
Remove unused variables; no binary change.
From Jake Champlin
Diffstat (limited to 'games/tetris')
-rw-r--r--games/tetris/scores.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/tetris/scores.c b/games/tetris/scores.c
index a237b4b3cab..e52ca152ac8 100644
--- a/games/tetris/scores.c
+++ b/games/tetris/scores.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scores.c,v 1.23 2019/05/18 19:38:25 rob Exp $ */
+/* $OpenBSD: scores.c,v 1.24 2019/05/20 02:11:22 lteo Exp $ */
/* $NetBSD: scores.c,v 1.2 1995/04/22 07:42:38 cgd Exp $ */
/*-
@@ -91,8 +91,8 @@ static char *thisuser(void);
static void
getscores(FILE **fpp)
{
- int sd, mint, i, ret;
- char *mstr, *human, *home;
+ int sd, mint, i;
+ char *mstr, *human;
FILE *sf;
if (fpp != NULL) {