]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Remove the Contempt UCI option
[stockfish] / src / thread.h
index 5785fd25eb7ab28eaa972c32fe9b51fb80a7758b..5bfa2359afdd5e02908afbb776a5a86df9f24c96 100644 (file)
@@ -74,8 +74,7 @@ public:
   LowPlyHistory lowPlyHistory;
   CapturePieceToHistory captureHistory;
   ContinuationHistory continuationHistory[2][2];
-  Score contempt;
-  int failedHighCnt;
+  Score trend;
 };