From 3f3017a38997cf044292a15afe98e9f14ed27426 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Wed, 5 Feb 2025 14:41:23 +0100 Subject: [PATCH] removed useless comments --- cpp/src/move.hpp | 3 --- 1 file changed, 3 deletions(-) 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 {