From 87452f3a8c913cb795f04db132ff0f56ee471a62 Mon Sep 17 00:00:00 2001 From: VoyagerOne Date: Thu, 9 Nov 2017 18:23:19 -0500 Subject: [PATCH] Capture Stat Simplification- Bench: 5363761 --- src/search.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/search.cpp b/src/search.cpp index f7efd41c..0db8f6c2 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -580,8 +580,6 @@ namespace { { if (!pos.capture_or_promotion(ttMove)) update_stats(pos, ss, ttMove, nullptr, 0, stat_bonus(depth)); - else - update_capture_stats(pos, ttMove, nullptr, 0, stat_bonus(depth)); // Extra penalty for a quiet TT move in previous ply when it gets refuted if ((ss-1)->moveCount == 1 && !pos.captured_piece()) -- 2.39.2