diff --git a/src/search.cpp b/src/search.cpp index d9f997e8..448da7e2 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -990,7 +990,6 @@ moves_loop: // When in check, search starts here int history = (*contHist[0])[movedPiece][move.to_sq()] + (*contHist[1])[movedPiece][move.to_sq()] - + (*contHist[3])[movedPiece][move.to_sq()] / 2 + thisThread->pawnHistory[pawn_structure_index(pos)][movedPiece][move.to_sq()]; // Continuation history based pruning (~2 Elo)