X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;fp=src%2Fsearch.h;h=72d43c310dc6b44fbbe917db53bb044fef6d66bc;hp=f60da4a514d1814192bc7b67d02679971f4e94f3;hb=9a64e737cfef639f202787161498ba94466ad730;hpb=485d517c687a2d3cb0b88cc8c198483759eaf2c7 diff --git a/src/search.h b/src/search.h index f60da4a5..72d43c31 100644 --- a/src/search.h +++ b/src/search.h @@ -71,7 +71,6 @@ struct RootMove { Value previousScore = -VALUE_INFINITE; int selDepth = 0; int tbRank = 0; - int bestMoveCount = 0; Value tbScore; std::vector pv; };