X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=0348ed82cb722e68035d2ec7e85911db860d5562;hp=27c39dff6de928caaa2f12ab78f77fb3b25ae0a1;hb=7bcd97933a20b649964bf96eb840a6190e777428;hpb=9d4abbc6ebb78c30d80cf699945e355645492b30 diff --git a/src/thread.h b/src/thread.h index 27c39dff..0348ed82 100644 --- a/src/thread.h +++ b/src/thread.h @@ -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 };