X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=565fba0f89f7ece8ffccaf1aef5ea00beff5b3b6;hb=0a01dd044f8a8f291127ebf60462773bf12c90c7;hp=7c0601e60e2b2f1ab2c3ce83c8d2641bc8743d1d;hpb=e639c4557786513018f625ff96f04b63157a85c1;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index 7c0601e6..565fba0f 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -565,7 +565,6 @@ namespace { // Step 1. Initialize node Thread* thisThread = pos.this_thread(); - thisThread->depth = depth; ss->inCheck = pos.checkers(); priorCapture = pos.captured_piece(); Color us = pos.side_to_move();