mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 20:57:10 +00:00
Remove unused threatenedPieces
threatenedPieces is no longer used since #6023 Also can_move_king_or_pawn() can be const. Also remove a couple of redundant declarations. closes https://github.com/official-stockfish/Stockfish/pull/6101 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
dc85c5a4c9
commit
d27298d7dc
@@ -28,8 +28,6 @@
|
||||
|
||||
namespace Stockfish {
|
||||
|
||||
enum Color : int8_t;
|
||||
|
||||
TimePoint TimeManagement::optimum() const { return optimumTime; }
|
||||
TimePoint TimeManagement::maximum() const { return maximumTime; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user