Skip to content

Commit

Permalink
Capture Stat Simplification- Bench: 5363761
Browse files Browse the repository at this point in the history
  • Loading branch information
VoyagerOne authored and mcostalba committed Nov 10, 2017
1 parent 8cfcca1 commit 87452f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/search.cpp
Expand Up @@ -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())
Expand Down

0 comments on commit 87452f3

Please sign in to comment.