From 76b068909d5786711ff136d690cb94bb046904b0 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 5 Apr 2025 14:26:17 +0200 Subject: Dead assignments --- FICS/playerdb.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'FICS') diff --git a/FICS/playerdb.c b/FICS/playerdb.c index 08c4689..fae75a9 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -2368,7 +2368,6 @@ player_goto_next_board(int p) on = parray[p].simul_info.onBoard; start = on; - g = -1; do { on++; @@ -2397,7 +2396,6 @@ player_goto_prev_board(int p) on = parray[p].simul_info.onBoard; start = on; - g = -1; do { --on; -- cgit v1.2.3