X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=3eb8fc9cfe4d8f001a5ae8a4d4685a39cc6539f5;hb=0412f4a1ee1b738441490dd6f3d324c21ee75987;hp=9f0bb24add83bff8457c214e98c63af8a9c11210;hpb=ce159b16b9483f83b9e96ac6bf3d6e2ba7e5619c;p=stockfish 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; };