From d6fe4872a52117be5f4ab145681930b9a99abcbb Mon Sep 17 00:00:00 2001 From: FauziAkram Date: Fri, 18 Oct 2024 13:47:34 +0300 Subject: [PATCH] bench: 1510369 bench: 1510369 --- src/movepick.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/movepick.h b/src/movepick.h index 5c312531ef1..6ad13397ab1 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -167,10 +167,6 @@ using PawnHistory = Stats using PawnCorrectionHistory = Stats; -// MaterialCorrectionHistory is addressed by color and material configuration -using MaterialCorrectionHistory = - Stats; - // MajorPieceCorrectionHistory is addressed by color and king/major piece (Queen, Rook) positions using MajorPieceCorrectionHistory = Stats;