]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Revert evaluation cache
[stockfish] / src / thread.h
index c6dc83168ac79d8eb6dac948bfa66fcb6e4a2098..2d8a675b4a76ad1eb18bdefc13659814330b9217 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <vector>
 
 
 #include <vector>
 
-#include "evaluate.h"
 #include "material.h"
 #include "movepick.h"
 #include "pawns.h"
 #include "material.h"
 #include "movepick.h"
 #include "pawns.h"
@@ -109,7 +108,6 @@ public:
   void wait_for_stop_or_ponderhit();
 
   SplitPoint splitPoints[MAX_SPLITPOINTS_PER_THREAD];
   void wait_for_stop_or_ponderhit();
 
   SplitPoint splitPoints[MAX_SPLITPOINTS_PER_THREAD];
-  Eval::Table evalTable;
   Material::Table materialTable;
   Endgames endgames;
   Pawns::Table pawnsTable;
   Material::Table materialTable;
   Endgames endgames;
   Pawns::Table pawnsTable;