X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=3a114c797a6703ff4bb9fbe3cbf562c51d39a899;hb=f66c36277fe57d0ce4f10a4aeb5b41eb0cb9ebd1;hp=d6a48eca73d14937f19212d462d9a120398d21d0;hpb=4ad2713e19cbf8db1e588c4d24d1fe4af5c6e917;p=stockfish diff --git a/src/thread.h b/src/thread.h index d6a48eca..3a114c79 100644 --- a/src/thread.h +++ b/src/thread.h @@ -62,7 +62,6 @@ public: size_t pvIdx, pvLast; std::atomic nodes, tbHits, bestMoveChanges; int selDepth, nmpMinPly; - Color nmpColor; Value bestValue, optimism[COLOR_NB]; Position rootPos;