]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Reduce variation in rootDepth between different threads
[stockfish] / src / search.h
index 740063b9a59c5d4ff1c4db19bd18416ac4b32e58..6248cd0193310bf4c577f1bfd9d248230c4c326d 100644 (file)
@@ -29,8 +29,6 @@
 #include "position.h"
 #include "types.h"
 
-struct SplitPoint;
-
 namespace Search {
 
 /// Stack struct keeps track of the information we need to remember from nodes
@@ -38,7 +36,6 @@ namespace Search {
 /// its own array of Stack objects, indexed by the current ply.
 
 struct Stack {
-  SplitPoint* splitPoint;
   Move* pv;
   int ply;
   Move currentMove;