]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Remove current line printing in SMP mode
[stockfish] / src / thread.h
index 27c39dff6de928caaa2f12ab78f77fb3b25ae0a1..0348ed82cb722e68035d2ec7e85911db860d5562 100644 (file)
@@ -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
 };