Revision 1.23 added unveil to tetris, yet left two unused variables in scores.c
Removes unused vars in scores.c, that were added to tetris.c in v1.23

Index: scores.c
===================================================================
RCS file: /cvs/src/games/tetris/scores.c,v
retrieving revision 1.23
diff -u -p -r1.23 scores.c
--- scores.c    18 May 2019 19:38:25 -0000      1.23
+++ scores.c    19 May 2019 18:42:35 -0000
@@ -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) {

Reply via email to