X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=6a73423b2c3c6fa9f70ae3abc23ca3dddf02e412;hp=c05fa941a12b7f4f304c051167297f464956a2f6;hb=d21e421ad74cff3b157d156d6ea8fdee3634e75b;hpb=be7a03a957d5c2590a329f8f47acea8af2305adf diff --git a/src/thread.h b/src/thread.h index c05fa941..6a73423b 100644 --- a/src/thread.h +++ b/src/thread.h @@ -69,7 +69,6 @@ public: Depth rootDepth, completedDepth; CounterMoveHistory counterMoves; ButterflyHistory mainHistory; - ButterflyHistory staticHistory; LowPlyHistory lowPlyHistory; CapturePieceToHistory captureHistory; ContinuationHistory continuationHistory[2][2];