Skip to content

Commit

Permalink
core: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed May 23, 2024
1 parent bf13b70 commit e08e5ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mavsdk/core/system_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ class SystemImpl {
std::unordered_map<std::string, std::string> _mavlink_ftp_files{};

bool _old_message_520_supported{true};
bool _old_message_528_supported{true};
};

} // namespace mavsdk

0 comments on commit e08e5ef

Please sign in to comment.