]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Remove per thread instances of Endgames. (#2056)
[stockfish] / src / thread.h
index fb11344c26e5111c37d65398e903840ce21a24c6..0866d55daa50110359dc74066719f0f4ce513d93 100644 (file)
@@ -59,7 +59,6 @@ public:
 
   Pawns::Table pawnsTable;
   Material::Table materialTable;
-  Endgames endgames;
   size_t pvIdx, pvLast;
   int selDepth, nmpMinPly;
   Color nmpColor;