]> git.sesse.net Git - stockfish/blobdiff - src/timeman.h
Simplify one multicut extension
[stockfish] / src / timeman.h
index 4ac0b4be8a4178aaad72acff0ee15b0144dc9461..3462b8236a77e0f202fb5a5632180a0b5d68ed44 100644 (file)
@@ -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-2023 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;