removed useless comments

This commit is contained in:
Karma Riuk 2025-02-05 14:41:23 +01:00
parent f768d16a7e
commit 3f3017a389

View File

@ -11,9 +11,6 @@ struct Move {
int8_t source_square;
int8_t target_square;
// bool is_capturing = false;
// CastleSide castle_side = CastleSide::NeitherSide;
// bool en_passant = false;
int8_t promoting_to = Piece::None;
std::string to_string() const {