1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00

Remove a stale assignment

No more used after previous patch.

Spotted by Jekaa .

No functional change.
This commit is contained in:
Marco Costalba 2016-08-18 10:40:56 +02:00
parent 9585f8ef58
commit e3af492142

View file

@ -172,7 +172,6 @@ namespace {
score += Lever[relative_rank(Us, s)];
}
b = e->semiopenFiles[Us] ^ 0xFF;
return score;
}