]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Compute SplitPoint::spLevel on the fly
[stockfish] / src / thread.h
index 949f87ad28ae086fe75e0577b98e859029cfc4ed..0265ee670b2ea9e84765a8b6208f8b1f8ccb2e9c 100644 (file)
@@ -73,7 +73,6 @@ struct SplitPoint {
   const Position* pos;
   Search::Stack* ss;
   Thread* masterThread;
-  int spLevel;
   Depth depth;
   Value beta;
   int nodeType;