diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-04-05 14:26:17 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-04-05 14:26:17 +0200 |
commit | 76b068909d5786711ff136d690cb94bb046904b0 (patch) | |
tree | 5b8377c7cd3b595c6713ed9d1d339f3e08beef9b /FICS | |
parent | b6d3613999640cd5ee744cffcd8b861bbf02d0d8 (diff) |
Dead assignments
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/playerdb.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |