removed useless variable

This commit is contained in:
Karma Riuk 2025-02-02 23:33:20 +01:00
parent 31b0656332
commit c564add509

View File

@ -169,8 +169,6 @@ std::string Board::to_fen() const {
}
Board Board::make_move(Move move) const {
int8_t dest_piece = this->squares[move.target_square];
Board ret;
std::copy(
std::begin(this->squares),