X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=0265ee670b2ea9e84765a8b6208f8b1f8ccb2e9c;hp=949f87ad28ae086fe75e0577b98e859029cfc4ed;hb=dccaa145d2b57999aa3e368c7c9203731b4e9685;hpb=d65f75c1532536f11a2dfbc0263c55e1beb88c2b diff --git a/src/thread.h b/src/thread.h index 949f87ad..0265ee67 100644 --- a/src/thread.h +++ b/src/thread.h @@ -73,7 +73,6 @@ struct SplitPoint { const Position* pos; Search::Stack* ss; Thread* masterThread; - int spLevel; Depth depth; Value beta; int nodeType;