X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=0348ed82cb722e68035d2ec7e85911db860d5562;hp=3800928b76a3eda5e4f8455f5797a9e790ea25fe;hb=7bcd97933a20b649964bf96eb840a6190e777428;hpb=79b57dd4ca54bcb80a50c8fadadc7e64269fb756 diff --git a/src/thread.h b/src/thread.h index 3800928b..0348ed82 100644 --- a/src/thread.h +++ b/src/thread.h @@ -53,7 +53,7 @@ struct SplitPoint { const Position* pos; bool pvNode; Depth depth; - Value beta, futilityValue; + Value beta; int ply, master, slaves[MAX_THREADS]; SearchStack sstack[MAX_THREADS][PLY_MAX_PLUS_2]; @@ -87,7 +87,6 @@ struct Thread { volatile int activeSplitPoints; uint64_t nodes; uint64_t betaCutOffs[2]; - volatile bool printCurrentLineRequest; volatile ThreadState state; unsigned char pad[64]; // set some distance among local data for each thread };