From 55c46b2399e20276cc7db409b7a5a5be6e12fb54 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Mon, 10 Aug 2009 08:43:39 +0200 Subject: [PATCH] Remove old BishopPairBonus constants Now that we have poly imbalance these ones are no more used. No functional change. Signed-off-by: Marco Costalba --- src/material.cpp | 4 ---- 1 file changed, 4 deletions(-) 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); -- 2.39.2