From: Marco Costalba Date: Mon, 10 Aug 2009 06:43:39 +0000 (+0200) Subject: Remove old BishopPairBonus constants X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=55c46b2399e20276cc7db409b7a5a5be6e12fb54 Remove old BishopPairBonus constants Now that we have poly imbalance these ones are no more used. No functional change. Signed-off-by: Marco Costalba --- diff --git a/src/material.cpp b/src/material.cpp index 27ea5923..dc5003dd 100644 --- a/src/material.cpp +++ b/src/material.cpp @@ -36,10 +36,6 @@ using namespace std; namespace { - // Values modified by Joona Kiiski - const Value BishopPairMidgameBonus = Value(109); - const Value BishopPairEndgameBonus = Value(97); - // Polynomial material balance parameters const Value RedundantQueenPenalty = Value(320); const Value RedundantRookPenalty = Value(554);