mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Remove unused constant
Fixes warning on ICC Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
committed by
Marco Costalba
parent
0ac44b40c9
commit
918533dc06
@@ -207,7 +207,6 @@ namespace {
|
||||
|
||||
// Bonuses for enemy's safe checks
|
||||
const int QueenContactCheckBonus = 3;
|
||||
const int DiscoveredCheckBonus = 3;
|
||||
const int QueenCheckBonus = 2;
|
||||
const int RookCheckBonus = 1;
|
||||
const int BishopCheckBonus = 1;
|
||||
|
||||
Reference in New Issue
Block a user