mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Remove code unneeded for playing, refactor, update to latest master dev
This commit is contained in:
@@ -68,9 +68,6 @@ struct MoveList {
|
||||
return std::find(begin(), end(), move) != end();
|
||||
}
|
||||
|
||||
// returns the i th element
|
||||
const ExtMove at(size_t i) const { assert(0 <= i && i < size()); return begin()[i]; }
|
||||
|
||||
private:
|
||||
ExtMove moveList[MAX_MOVES], *last;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user