X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftimeman.h;h=a86f07693a010ab38a2b0ca183f410970d9d54f9;hb=ad926d34c0105d523bfa5cb92cbcf9f337d54c08;hp=4ac0b4be8a4178aaad72acff0ee15b0144dc9461;hpb=6ad4f485d37556f5e09baae5a939f44ac5b51c84;p=stockfish diff --git a/src/timeman.h b/src/timeman.h index 4ac0b4be..a86f0769 100644 --- a/src/timeman.h +++ b/src/timeman.h @@ -1,6 +1,6 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 - Copyright (C) 2004-2021 The Stockfish developers (see AUTHORS file) + Copyright (C) 2004-2022 The Stockfish developers (see AUTHORS file) Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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;