]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Fun with lambdas
[stockfish] / src / thread.h
index ba9197ce4aabe43ab316b02f802f8efcdfc1a89a..bf16ca17f36448fdbd55eb5dba7758b5d9ae8aa4 100644 (file)
@@ -37,8 +37,6 @@ struct Thread;
 const int MAX_THREADS = 128;
 const int MAX_SPLITPOINTS_PER_THREAD = 8;
 
-struct Thread;
-
 /// SplitPoint struct stores information shared by the threads searching in
 /// parallel below the same split point. It is populated at splitting time.