diff --git a/cpp/src/move.hpp b/cpp/src/move.hpp index 0aa9416..1e1b0f7 100644 --- a/cpp/src/move.hpp +++ b/cpp/src/move.hpp @@ -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 {