X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftimeman.h;h=b1878d65f25fca5e77fade3c3765966296ac4e81;hb=dabaf2220fe0c77400a5f71a91952f510e6a126b;hp=4ac0b4be8a4178aaad72acff0ee15b0144dc9461;hpb=6ad4f485d37556f5e09baae5a939f44ac5b51c84;p=stockfish diff --git a/src/timeman.h b/src/timeman.h index 4ac0b4be..b1878d65 100644 --- a/src/timeman.h +++ b/src/timeman.h @@ -37,7 +37,6 @@ public: TimePoint(Threads.nodes_searched()) : now() - startTime; } int64_t availableNodes; // When in 'nodes as time' mode - int tempoNNUE; private: TimePoint startTime;