X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=3eb8fc9cfe4d8f001a5ae8a4d4685a39cc6539f5;hp=9f0bb24add83bff8457c214e98c63af8a9c11210;hb=be3b8f3ae939b19dfd36ebff3f485395083a3ab9;hpb=ce159b16b9483f83b9e96ac6bf3d6e2ba7e5619c diff --git a/src/thread.h b/src/thread.h index 9f0bb24a..3eb8fc9c 100644 --- a/src/thread.h +++ b/src/thread.h @@ -57,7 +57,6 @@ struct SplitPoint { volatile Move bestMove; volatile int moveCount; volatile bool cutoff; - volatile bool allSlavesRunning; };