Skip to content

Commit

Permalink
Removed unused private variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Reeves authored and julianoes committed Dec 18, 2024
1 parent 675fdcc commit 4a2c089
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mavsdk/core/mavlink_mission_transfer_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ class MavlinkMissionTransferServer {
ResultCallback _callback{nullptr};
TimeoutHandler::Cookie _cookie{};
std::size_t _next_sequence{0};
std::size_t _expected_count{0};
unsigned _retries_done{0};
uint8_t _target_system_id{0};
uint8_t _target_component_id{0};
Expand Down

0 comments on commit 4a2c089

Please sign in to comment.