removed useless comments
This commit is contained in:
parent
f768d16a7e
commit
3f3017a389
@ -11,9 +11,6 @@ struct Move {
|
|||||||
int8_t source_square;
|
int8_t source_square;
|
||||||
int8_t target_square;
|
int8_t target_square;
|
||||||
|
|
||||||
// bool is_capturing = false;
|
|
||||||
// CastleSide castle_side = CastleSide::NeitherSide;
|
|
||||||
// bool en_passant = false;
|
|
||||||
int8_t promoting_to = Piece::None;
|
int8_t promoting_to = Piece::None;
|
||||||
|
|
||||||
std::string to_string() const {
|
std::string to_string() const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user