]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Add a new rule on promoting pawns in evaluate_passed_pawns()
[stockfish] / src / thread.h
index 558a6752da9c679cfa59f6c4b614356703df2680..dc839d441518d51f2f7204b7b6a5adbdbbcda8f7 100644 (file)
@@ -26,7 +26,6 @@
 //// Includes
 ////
 
-#include "history.h"
 #include "lock.h"
 #include "movepick.h"
 #include "position.h"
@@ -74,7 +73,6 @@ struct Thread {
   volatile bool idle;
   volatile bool workIsWaiting;
   volatile bool printCurrentLine;
-  History H;
   unsigned char pad[64]; // set some distance among local data for each thread
 };